Eclipse ESP-IDF python requirements are not satisfied error
Posted: Thu Aug 27, 2020 8:17 pm
Hello,
I'm receiving the following error when attempting to build the hello_world project from ESP-IDF in eclipse:
Building in: C:\Users\danc\eclipse-workspace\hello_world\build
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=C:\Users\danc\esp\esp-idf\tools\cmake\toolchain-esp32.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DIDF_TARGET=esp32 C:\Users\danc\eclipse-workspace\hello_world
-- Project is not inside a git repository, or git repository has no commits; will 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:
gdbgui>=0.13.2.0
To install the missing packages, please run "C:\Users\danc\esp\esp-idf\install.bat"
Diagnostic information:
IDF_PYTHON_ENV_PATH: C:\Users\danc\.espressif\python_env\idf4.3_py3.8_env
Python interpreter used: C:\Users\danc\.espressif\python_env\idf4.3_py3.8_env\Scripts\python.exe
CMake Error at C:/Users/danc/esp/esp-idf/tools/cmake/build.cmake:271 (message):
Some Python dependencies must be installed. Check above message for
details.
Call Stack (most recent call first):
C:/Users/danc/esp/esp-idf/tools/cmake/build.cmake:397 (__build_check_python)
C:/Users/danc/esp/esp-idf/tools/cmake/project.cmake:396 (idf_build_process)
CMakeLists.txt:6 (project)
-- Configuring incomplete, errors occurred!
See also "C:/Users/danc/eclipse-workspace/hello_world/build/CMakeFiles/CMakeOutput.log".
cmake --build . -- -v
ninja: error: loading 'build.ninja': The system cannot find the file specified.
Build complete (0 errors, 0 warnings): C:\Users\danc\eclipse-workspace\hello_world\build
I've tried following the recommendation to run install.bat and it states that all the requirements are already satisfied and to run export.bat.
When I run export.bat it runs into missing packages again and tells me to run install.bat.
I'm running
Python 3.8.5
Git 2.28.0
Java 14.0.2
ESP-IDF v4.1 (v4.3-dev-907-g6c17e3a64 from git describe --tags)
Please help ESP forum! Thanks,
Dan C.
I'm receiving the following error when attempting to build the hello_world project from ESP-IDF in eclipse:
Building in: C:\Users\danc\eclipse-workspace\hello_world\build
cmake -G Ninja -DCMAKE_TOOLCHAIN_FILE=C:\Users\danc\esp\esp-idf\tools\cmake\toolchain-esp32.cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DIDF_TARGET=esp32 C:\Users\danc\eclipse-workspace\hello_world
-- Project is not inside a git repository, or git repository has no commits; will 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:
gdbgui>=0.13.2.0
To install the missing packages, please run "C:\Users\danc\esp\esp-idf\install.bat"
Diagnostic information:
IDF_PYTHON_ENV_PATH: C:\Users\danc\.espressif\python_env\idf4.3_py3.8_env
Python interpreter used: C:\Users\danc\.espressif\python_env\idf4.3_py3.8_env\Scripts\python.exe
CMake Error at C:/Users/danc/esp/esp-idf/tools/cmake/build.cmake:271 (message):
Some Python dependencies must be installed. Check above message for
details.
Call Stack (most recent call first):
C:/Users/danc/esp/esp-idf/tools/cmake/build.cmake:397 (__build_check_python)
C:/Users/danc/esp/esp-idf/tools/cmake/project.cmake:396 (idf_build_process)
CMakeLists.txt:6 (project)
-- Configuring incomplete, errors occurred!
See also "C:/Users/danc/eclipse-workspace/hello_world/build/CMakeFiles/CMakeOutput.log".
cmake --build . -- -v
ninja: error: loading 'build.ninja': The system cannot find the file specified.
Build complete (0 errors, 0 warnings): C:\Users\danc\eclipse-workspace\hello_world\build
I've tried following the recommendation to run install.bat and it states that all the requirements are already satisfied and to run export.bat.
When I run export.bat it runs into missing packages again and tells me to run install.bat.
I'm running
Python 3.8.5
Git 2.28.0
Java 14.0.2
ESP-IDF v4.1 (v4.3-dev-907-g6c17e3a64 from git describe --tags)
Please help ESP forum! Thanks,
Dan C.