Search found 1 match
- Mon Mar 02, 2020 12:38 pm
- Forum: ESP-IDF
- Topic: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1
- Replies: 16
- Views: 22209
Re: esp-idf-tools-setup-2.2.exe Installation has failed with exit code 1
After failing the installation edit the file: ...\esp-idf\tools\idf_tools.py In my case, it was the line 1183. Remove the argument '--no-site-packages' of the function. The function looks like this before editing: subprocess.check_call([sys.executable, '-m', 'virtualenv', '--no-site-packages', idf_p...