espressif / idf-installer

ESP IDF Windows Installer
https://dl.espressif.com/dl/esp-idf/
101 stars 21 forks source link

Unable to update ESP-IDF v5.0, because of missing requirements.txt #117

Closed georgik closed 2 years ago

georgik commented 2 years ago

requirements.txt moved from the root of the project to tools\requirements\requirements.core.txt

Task: Update the installer to recognize also this file.

Workaround: copy files from tools\requirements to the root of ESP-IDF

igrr commented 2 years ago

Note that the new requirements.core.txt file doesn't specify version constraints, which are now provided separately. So it's not enough just to handle the new path of the requirements files. More info in https://github.com/espressif/idf-installer/issues/110.