-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: invalid syntax (Line 82) #111
Comments
I had this same error with Python 3.5, 3.7, and 3.9 when using a conda environment. When I used pip3 to install the dependencies and used my system python to run the script, everything worked fine. Maybe there is a difference in one of the dependencies between pip and conda. |
This looks like an odd error, the error looks like you're running python 2, but when you do Is there a reason why you're using Is @jayrobwilliams his suggestion relevant to you? |
I had to use
Turns out this is due to |
@Nornode did you see the same issue as @jayrobwilliams , did this fix your problem? |
Trying:
sudo python ./cc2538-bsl.py -p "/dev/ttyUSB1" -ewv "CC2652RB_coordinator_20210120.hex"
results in:
And Python 3.7.7
The text was updated successfully, but these errors were encountered: