-
Notifications
You must be signed in to change notification settings - Fork 179
compile always fails with "RefResolutionError: addinfourl instance has no attribute '__exit__'" #811
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
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-373 |
This looks like json error ? Is it this bug that was fixed but not yet released: python-jsonschema/jsonschema#478 ? |
It's also worth noting our documented minimum Python version supported is Python 2.7.11. |
I looked in the call stack and didn't find a |
I will try updating my Python version. |
Hi @bikeNomad any luck? |
Closing due to inactivity. Please re-open if you need additional assistance. |
Uh oh!
There was an error while loading. Please reload this page.
I'm using version 1.8.3 of the mbed-cli from Github. I have Python 2.7.10 installed on Mac OS 10.13.6.
I followed the mbed-cli installation directions, and then imported one of my new programs from mbed.org and tried to compile it.
The first time, I got an error due to missing the
jsonschema
package. I then installed that.Unfortunately, every time I try to compile I get the same Python error (
RefResolutionError: addinfourl instance has no attribute '__exit__'
).I have also tried uninstalling and re-installing using the MacOS installer; I get the same error with that.
Could someone please tell me how I could fix this?
I've also posted this to the Questions on the mbed web site because I wasn't sure where to go for an answer.
Here's the verbose output:
The text was updated successfully, but these errors were encountered: