-
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
Failed to download https://dl.espressif.com/dl/esp-idf/espidf.constraints.v4.4.tx (IDFGH-12354) #13385
Comments
How did you obtain ESP-IDF? Did you clone it from here? If yes then what is the output of If you updated from v4.4 to the master branch by checking it out then you also have to fetch recent changes in the master branch including fetching the tags. The following might help (in that order).
|
@dobairoland is right, the culprit seems to be missing tags, meaning |
@fhrbata +1 on that, since we only need the major and minor version components in idf_tools.py, we can remove |
@dobairoland I also tried installing on release/v4.3 and it is working |
Your fork doesn't have the v5.* tags: https://github.com/naveen-nayan/esp-idf/tags For reference: https://github.com/espressif/esp-idf/tags |
|
@dobairoland resolved thanks |
Answers checklist.
IDF version.
master
Operating System used.
Linux
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?
Issue in install.sh master branch woth python 3.10.12
WARNING: Failed to download https://dl.espressif.com/dl/esp-idf/espidf.constraints.v4.4.txt
What is the actual behavior?
Issue in install.sh master branch woth python 3.10.12
WARNING: Failed to download https://dl.espressif.com/dl/esp-idf/espidf.constraints.v4.4.txt
Steps to reproduce.
...
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: