-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Proble Install Python Package by Using mingw32 on Windows (GIT8266O-848) #1271
Comments
Hi @JustAnotherHobbyist, i have same problema, change your requirements.txt and define limit max version in pyelftools to 0.28. My file requirements.txt.
|
Without it fails to install on Debian!
please fix. |
seems like it fails at |
Fixed by either fixing the python packages or giving them an upper boundary, here are mine at the moment. Modify
|
It is working |
----------------------------- Delete above -----------------------------
Environment
Problem Description
Problem by installing the Python Packages with the command "python -m pip install --user -r $IDF_PATH/requirements.txt" in the mingw32.exe command prompt.
Solved by
Add the --no-build-isolation solved this issue solved the problem:
"python -m pip install --no-build-isolation --user -r $IDF_PATH/requirements.txt"
The text was updated successfully, but these errors were encountered: