Closed mrezzaaa closed 1 year ago
Is it possible that you have made previously permanent ESP-IDF settings to your environment? For example, have you set the IDF_PYTHON_ENV_PATH
environment variable? That would explain to try to use /Users/icewalker/opt/miniconda3/bin/python
as the environment. That looks completely wrong.
which should i use IDF_PYTHON_ENV_PATH
to ?
That shouldn't be set at all. It is used for very specific and advanced purposes.
you're right. IDF_PYTHON_ENV_PATH
i just comment section of IDF_PYTHON_ENV_PATH
and now it works.
I forgot why i setted it manually. But for now, it's running again.
Thanks for helping me @dobairoland
Answers checklist.
IDF version.
v5.0.3
Operating System used.
macOS
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?
I want to run
./install.sh
and expecting installation success & continue to. ./export.sh
What is the actual behavior?
Conflicting happen when upgrading to v5.0.3 (stable) with environment miniconda3 installed. With previous version i have v5.0.1 it's run flawlessly with miniconda3
Steps to reproduce.
Build or installation Logs.
More Information.
No response