-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
5.4 beta fails to install (IDFGH-14208) #15006
Comments
Running install.sh from the 5.3.2 directory restored existing environment to working order. |
Hello @dannybackx , can you please try to export export ESP_IDF_EXPORT_DEBUG=1
. ./export.sh Thank you |
This doesn't change the output at all.
and then my 5.3.2 setup was broken again so I fixed it :
|
Hello @dannybackx, thank you very much for the extra details. It seems you're executing the The issue arises because the export(activate.py) script is looking for the python interpreter in the Thank you |
That seems to work. |
Hello @dannybackx, thank you very much for confirming that this solution works for you. Recent versions include a check to prevent overwriting an existing python virtual environment if it was created for a different ESP-IDF version. However, it should still be possible to use IDF_PYTHON_ENV_PATH to specify a custom python virtual environment location. I've submitted a merge request to address this issue. Thank you! |
Answers checklist.
IDF version.
5.4beta1 and 5.4beta2
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
Running ". export.sh" as described fails :
What is the actual behavior?
see above
Steps to reproduce.
See above
Build or installation Logs.
More Information.
works with all 5.3 versions
The text was updated successfully, but these errors were encountered: