-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
IDF installation fails on MacOS (IDFGH-15038) #15726
Comments
Hi Frantisek, |
Hello @BbIKTOP , thank you for getting back with the additional information! I tried to explain what's happening in the commit message for the initial (fix)[https://github.com/espressif/esp-idf/commit/3bad4348d0597597e4079878aa5de1871403e0b2]
So this seems to be related to python version and
The With python 3.9 you will probably not be able to activate the esp-idf environment with the
and install the upstream version with
Thank you very much! |
Hi Frantisek, |
Hello @BbIKTOP , I of course understand. Thank you very much for confirmation! It really helps to know that the upstream package is working for you. Again thank you very much |
Answers checklist.
IDF version.
v5.4.1
Operating System used.
macOS 13.7.4
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
What is the expected behavior?
I expect to have ESP-IDF installed
What is the actual behavior?
Hi there!
I had a perfectly working IDF installation for years but dropped my ESP projects for a while because of a lot of tasks on my primary work. Now I tried to reinstall the EDF and failed. Please help.
What I did:
Removed ~/esp/* and ~/.espressif completely.
Downloaded the IDF by
git clone --recursive https://github.com/espressif/esp-idf.git
to the ~/esp/v5.4.1/esp-idf directoryChecked out with
git checkout v5.4.1
Executed
export IDF_PATH=~/esp/v5.4.1/esp-idf
and added it to the .profilerestarted terminal session again
cd to
~/esp/v5.4.1/esp-idf
Ran
./install.sh all
At this point, when I run
. ./export.sh
, I am constantly getting an error:Running it multiple times, I'm getting different unsatisfied requirements, like
Error while checking requirement 'esp-idf-size>=1.4.0'. Package was not found and is required by the application: ruamel.yaml.clib
orError while checking requirement 'esp-idf-kconfig<3.0.0,>=2.0.2'. Package was not found and is required by the application: ruamel.yaml.clib
, which looks completely random.Rerunning install.sh changes nothing. I just observe that everything is already installed:
Please advise - am I doing something wrong? Is it a bug? Tried with
git checkout master
which gives me the same v5.4.1 branch and the same error.Thank you.
The text was updated successfully, but these errors were encountered: