Sysprogs forums › Forums › VisualGDB › Problem on new ESP32 toolchain › Reply To: Problem on new ESP32 toolchain
Now I succeded on it but when I create the project I have this error:
— Could not use ‘git describe’ to determine PROJECT_VER.
— Building ESP-IDF components for target esp32
— Checking Python dependencies…
The following Python requirements are not satisfied:
Requirement ‘idf-component-manager~=1.2’ was not met. Installed version: 2.0.2
To install the missing packages, please run “install.bat”
Diagnostic information:
IDF_PYTHON_ENV_PATH: C:\Espressif\python_env\\idf5.2_py3.8_env
Python interpreter used: C:\Espressif\python_env\idf5.2_py3.8_env\Scripts\python.exe
Warning: python interpreter not running from IDF_PYTHON_ENV_PATH
PATH: C:\Program Files\Git\cmd;C:\Espressif\python_env\\idf5.2_py3.8_env\Scripts;C:\Users\bope02\AppData\Local\VisualGDB\Python-3.8.10;C:\SysGCC_R1\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin;C:\SysGCC_R1\tools\xtensa-esp-elf\esp-13.2.0_20230928\xtensa-esp-elf\bin;C:\SysGCC_R1\tools\esp32ulp-elf\2.35_20220830\esp32ulp-elf\bin;C:\SysGCC_R1\tools\riscv32-esp-elf\esp-13.2.0_20230928\riscv32-esp-elf\bin;C:\SysGCC_R1\tools\idf-exe\1.0.3;C:\SysGCC_R1\tools\ccache\4.8\ccache-4.8-windows-x86_64;C:\SysGCC_R1\tools\ninja\1.11.1;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Git\cmd;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\dotnet\;C:\Users\bope02\AppData\Local\Microsoft\WindowsApps;
Constraint file: C:\Users\bope02\.espressif\espidf.constraints.v5.2.txt
Requirement files:
– C:\SysGCC_R1\esp-idf\v5.2\tools\requirements\requirements.core.txt
Python being checked: C:\Espressif\python_env\\idf5.2_py3.8_env\Scripts\python.exe
— Configuring incomplete, errors occurred!
CMake Error at C:/SysGCC_R1/esp-idf/v5.2/tools/cmake/build.cmake:368 (message):
Failed to run Python dependency check. Python: python, Error: -1
I reinstalled Python 3.11.5 from Manage VisualGDB Packages (see attached) but without resolving problems…