-
Notifications
You must be signed in to change notification settings - Fork 84
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
Python3.11 on Mac compile issues for esp-idf-sys vX.X.X
#159
Comments
Do you recall, what was the issue you have observed with Python 3.11? |
Hmm, that's odd. I'm using v3.10 at the moment with no issues, did you try that or did you just go straight to 3.9? It would be great to see what the 3.11 error was if you can reproduce it. |
I had some issues with Python 11 on Windows back in the day, the error was that there were no python 3.11 wheels for Windows at that time, not sure if they are available for MacOs atm |
@MabezDev I didn't try with Python v3.10 Here's a transcript:
|
Looks like we might have missing binary wheels for the |
Seems like the issues for 3.11 python wheels are still present (espressif/esp-idf#10116). I imagine these will be solved over time, but for now, I recommend you stay on python 3.9. |
I found that I had to "downgrade" my Python version to 3.9 in order to get
esp-idf-sys vX.X.X
to compile. I had previously installed Python using homebrew so downgraded Python from 3.11 using:Might be worthwhile adding a note about Python 3.11 compatibility issues in: book/src/02_2_software.md
The text was updated successfully, but these errors were encountered: