-
Notifications
You must be signed in to change notification settings - Fork 173
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
Error when running ./build.sh: AttributeError: 'HTTPResponse' object has no attribute 'strict' #120
Comments
Maybe it can be link to this issue : espressif/esp-idf#11340 |
I find a workaround. I added :
in At least, I had access to menuconfig. I try to compile now, I will make an update here when finished. |
The Arduino libs are built with branch And yes you are correct with |
I compile directly master and activating manually on NAPT support. But anyway @Jason2866 , I get stuck at the last compile step...
I tried to wait 17 hours, but nothing happened. |
Do NOT use branch master for compiling the Arduino libs for core 2.0.x |
In fact, I already tested : No error message but stuck at |
Did you clone this repo into a directory that is not called "esp32-arduino-lib-builder"? If so, the shell script generating the idf_libs is stuck in an infinite loop. Here's the fix: #75 |
Hello !
I encountered an error when running ./build.sh as suggested in the readme. This is the error message :
The .espressif directory is created by the build.sh script. It seems like there's a problem with the Python environment or some internal process when building the project. I'm using Python version 3.10, if that might be a factor.
This try was on the master version, but it's the same problem on the ip4_napt_support branch.
I would appreciate any help or guidance you can provide to resolve this issue. Thank you.
The text was updated successfully, but these errors were encountered: