My Problem I had ( I fixed it while writing the question, but i will still post it, it may help someone else )
I tried to install the esp-idf 4.4.1 toolchain under windows 11 ( I was working successful with this toolchain under Windows 10 ).
Sadly I am not able to install the toolchain.
I tried first with the windows installer (esp-idf-tools-setup-online-2.22.exe) and after that i tried with a manual installation (install prerequisites manually and then run install.bat)
In both cases it fails on the same step.
While installing python packages it fails on the installation of gevent 1.5.0 package. It run into some error while working some cython files.
sadly i no longer have the log file i will add it, when i am able to reproduce the problem again
My solution
after installing the prerequisites manually i do the following:
- run install.bat: failed as before
- run export.bat: failed because cannot find module click
- run install.bat: works now
- run export.bat: works now
My Conclution
I think it was a problem with python versions. But i am not totally sure about that, because it also fails with the online installer of espressif. Maybe the installer also downloaded a newer python version than the tools are able to work with, while installing prerequisites manually i tried python 3.11. (the current stable version)
Cheers
Rico