-
-
Notifications
You must be signed in to change notification settings - Fork 345
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
Installation issue on ubuntu 22.04 #2662
Comments
I can confirm this error, happens with the esp32 IDF installation. It looks like 'gevent' isn't compatible with recent python releases. gevent/gevent#1982 and doesn't look like there's an approved fix as yet. If you're not targetting esp32 devices then try |
ESP-IDF version 5 doesn't seem to be affected by this problem. Try:
See https://sming.readthedocs.io/en/latest/_inc/Sming/Arch/Esp32/README.html#idf-versions. |
yes, 5.0 and esp8266 only have finished without errors |
what is the recommended python version for use with idf 5.0? I am targetting esp32. using 3.10.12 it was able to compile Basic_Blink using make SMING_ARCH=Esp8266 no errros But using make SMING_ARCH=Esp32
|
At the moment it is impossible to build Sming for Esp32 & Wifi on current ubuntu releases. IDF 5.0 is broken due problem with SPI Flash access #2653 and IDF 4.4 due the gevent problem. |
CI building with ubuntu 22.04 and updated install scripts. Please reopen issue if problems persist. |
in fresh installed ubuntu 22.04 after run: /opt/sming/Tools/install.sh all
it crash in:
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
The text was updated successfully, but these errors were encountered: