-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
KeyError: 'idfSelectedId' (IDFGH-8367) #9837
Comments
Hi @jdjingdian. Thanks for the report. May I ask you that have you run recently the install script for the master branch before switching to v4.3.4? Could you please share your |
I guess I clone the master branch and run the install.sh, then clone v4.3.4 in other folders(~/esp-idf-v4.3.4).
|
just deleted the ~/.espressif folder, install.sh works! Thanks! |
Thanks. We will fix this soon. This will be closed by commit with a proper and permanent fix. |
I also hit this issue with v4.3.4-50-ge40b55e854 . |
@dobairoland Hope to get the fix for v4.3 soon, I cannot build with v4.3 for several days. |
@AxelLin You don't have to wait for any fix. Just remove
The issue is in the |
Fixes are now in the release branches. |
I think it's a python virtual environment issue. How I got this error:
So, is there a quick way to switch to a new idf version of python virtual environment? |
Heads up I encountered this problem today with Espressif ESP-IDF v5 running from a VisualGDB install. Broke my ability to run the VisualGDB directory of ESP-IDF for all versions. See sysprogs forum. The solution from @jdjingdian worked for me:
|
I believe so that the issue has been fixed if you are using an ESP-IDF with the linked patch included.
In case some of you still looking for a workaround, please be aware that removing |
Thanks for the tip re delete file vs directory. I noticed that there was a new ESP-IDF offline installer released just an hour ago: https://github.com/espressif/idf-installer/releases/tag/offline-5.0 Does this contain the fix regarding |
~/.espressif |
@radimkarnis Can you please help?
|
@Prathamesh08glovatrix does the Mac have an equivalent ESP-IDF environment variable that contains your folder location? I don't have one to test, but a Mac is a bit Linux-like, no? Perhaps
|
@Prathamesh08glovatrix it's |
@radimkarnis thanks bro its gets install perfectly. love u |
Answers checklist.
IDF version.
v4.3.4
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.
No response
What is the expected behavior?
install all the dependency
What is the actual behavior?
KeyError: 'idfSelectedId'
Steps to reproduce.
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: