I had a project which was working fine last year. I had to put it on pause, and now my IDE cannot build nor flash this project.
I updated everything, tried a fresh install, but i keep the same errors, which seems to be my IDE call my own version of python, not the one from the virtual environment.
I checked modules versions in the virtual env, it looks fine.The following Python requirements are not satisfied:
Requirement 'click<8.1,>=7.0' was not met. Installed version: 8.1.3
Requirement 'esptool~=4.7.dev1' was not met. Installed version: 3.3
Requirement 'pyparsing<3.1,>=3.0.3' was not met. Installed version: 2.3.1
To install the missing packages, please run "install.bat"
Diagnostic information:
IDF_PYTHON_ENV_PATH: C:\Users\Vincent\work\Espressif\python_env\idf5.1_py3.9_env
Python interpreter used: C:\Users\Vincent\work\Espressif\python_env\idf5.1_py3.9_env\Scripts\python.exe
Constraint file: C:\Users\Vincent\work\Espressif\espidf.constraints.v5.1.txt
Requirement files:
- C:\Espressif\frameworks\esp-idf-v5.1.1\tools\requirements\requirements.core.txt
Python being checked: C:\Users\Vincent\work\Espressif\python_env\idf5.1_py3.9_env\Scripts\python.exe
ESP-IDF v5.1.1
I tried to execute install.bat as mentionned, the batch works well but i keep the same error.
How can i fix this please ?
working on Windows 10, Eclipse 2023-09 with latest plugin ESP and ESP-IDF v5.1.1