ESP32 ADF Configuration broken because of python

Sysprogs forums Forums VisualGDB ESP32 ADF Configuration broken because of python

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33778
    felixcollins
    Participant

    I broke my ESP32 ADF project setup by accidentally installing the offered ESP tools update (not compatible with ADF so I rolled it back). I’ve uninstalled all the python installs I can find on the system. I’ve tried manually setting IDF_PYTHON_ENV_PATH in the cmake env settings for the project but that does not seem to help much.

     

    What steps should I take to cure this issue and get my project building again?

     

    Cheers,

    Felix

     

    Running CMake: C:\Users\felix\AppData\Local\VisualGDB\CMake\bin\cmake.exe ../../.. -G “Ninja” -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_MAKE_PROGRAM=”C:/Program Files (x86)/Sysprogs/VisualGDB/ninja.exe” -DESP_PLATFORM=1 -DCCACHE_ENABLE=1 -DIDF_TARGET=esp32
    — ccache will be used for faster recompilation
    — Building ESP-IDF components for target esp32
    — Checking Python dependencies…
    The following Python requirements are not satisfied:
    pyparsing>=2.0.3,<2.4.0
    idf-component-manager~=1.0
    gdbgui==0.13.2.0
    pygdbmi<=0.9.0.2
    python-socketio<5
    itsdangerous<2.1
    kconfiglib==13.7.1
    reedsolo>=1.5.3,<=1.5.4
    bitstring>=3.1.6
    ecdsa>=0.16.0
    construct==2.10.54
    esp-windows-curses; sys_platform == ‘win32’
    Please follow the instructions found in the “Set up the tools” section of ESP-IDF Getting Started Guide
    Diagnostic information:
    IDF_PYTHON_ENV_PATH: (not set)
    Python interpreter used: C:\Users\felix\AppData\Local\VisualGDB\Python3\python.exe
    Warning: python interpreter not running from IDF_PYTHON_ENV_PATH
    PATH: C:\Program Files\Git\cmd;C:\Users\felix\AppData\Local\VisualGDB\Python3;C:\SysGCC\esp32\tools\xtensa-esp32-elf\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\bin;C:\SysGCC\esp32\tools\xtensa-esp32-elf\esp-2021r2-patch5-8.4.0\xtensa-esp32-elf\bin;C:\SysGCC\esp32\tools\xtensa-esp32s2-elf\esp-2021r2-patch5-8.4.0\xtensa-esp32s2-elf\bin;C:\SysGCC\esp32\tools\xtensa-esp32s3-elf\esp-2021r2-patch5-8.4.0\xtensa-esp32s3-elf\bin;C:\SysGCC\esp32\tools\esp32ulp-elf\2.35_20220830\esp32ulp-elf\bin;C:\SysGCC\esp32\tools\riscv32-esp-elf\esp-2021r2-patch5-8.4.0\riscv32-esp-elf\bin;C:\SysGCC\esp32\tools\idf-exe\1.0.3;C:\SysGCC\esp32\tools\ccache\4.3\ccache-4.3-windows-64;C:\SysGCC\esp32\tools\ninja\1.10.2;C:\SysGCC\esp32\tools\mconf-idf;C:\Python310\Scripts\;C:\Python310\;C:\Program Files\Eclipse Foundation\jdk-8.0.302.8-hotspot\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\include;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\extras\CUPTI\libx64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.0\libnvvp;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\extras\CUPTI\libx64;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\libnvvp;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\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\PuTTY\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\Nsight Compute 2019.4.0\;C:\flutter\bin;C:\Program Files\Android\Android Studio\jre\bin;C:\Users\felix\AppData\Local\Android\Sdk\platform-tools;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\MinGW\bin;C:\Program Files\nodejs\;C:\Program Files\dotnet\;C:\Users\felix\AppData\Local\Microsoft\WindowsApps;C:\Users\felix\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\felix\.dotnet\tools;C:\Users\felix\AppData\Local\Microsoft\WindowsApps;C:\Users\felix\AppData\Roaming\Pub\Cache\bin;C:\Users\felix\AppData\Local\GitHubDesktop\bin;C:\Users\felix\AppData\Roaming\npm;C:\Users\felix\.dotnet\tools
    — Configuring incomplete, errors occurred!
    See also “C:/Users/felix/source/beakbox/Firmware/beakbox3/build/VisualGDB/Debug/CMakeFiles/CMakeOutput.log”.
    CMake Error at C:/SysGCC/esp32/esp-adf/v2.4/esp-idf/tools/cmake/build.cmake:287 (message):
    Some Python dependencies must be installed. Check above message for
    details.
    Call Stack (most recent call first):
    C:/SysGCC/esp32/esp-adf/v2.4/esp-idf/tools/cmake/build.cmake:416 (__build_check_python)
    C:/SysGCC/esp32/esp-adf/v2.4/esp-idf/tools/cmake/project.cmake:384 (idf_build_process)
    CMakeLists.txt:9 (project)

    System.Exception: CMake exited with code 1
    at dg.b(d b, Object a)

    ========== Project Configuration Summary ==========
    beakbox3 configured in 00:09
    ========== Configuration: 1 Succeeded, 0 Failed, 0 Skipped ==========

    #33779
    support
    Keymaster

    Hi,

    It looks like your technical support period has expired. We would be happy to help you, however we would kindly ask you to renew your technical support on the following page first: https://sysprogs.com/splm/mykey

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.