Problems with chooser.py (Cannot find firmware) #707
Unanswered
GideonLombardo
asked this question in
Q&A
Replies: 3 comments
-
I actually was able to get things to work by specifying a loader with the yaml.load() command. However, I am still interested about the issue with my firmware, as that is a new WARNING message that I am getting. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@GideonLombardo What loader did you specify? The solution doesn't seem clear I am also facing the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Never mind I figured it out, I need to replace yaml.load with yaml.safe_load at some locations |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have recently encountered a new issue when I try to run:
python3 chooser.py
The error message returns:
I replace the cradio.bin and chooser.py files to make sure they were not the issue, and I continue to get the same error message. This error had not happened previously, and I am not sure what changed. The only thing I have done is install a remote desktop on my machine so that I could run simulations while I was not in the lab, but I don't imagine this would have corrupted any files.
Please let me know if there are any suggestions.
Beta Was this translation helpful? Give feedback.
All reactions