idf-eclipse-plugin icon indicating copy to clipboard operation
idf-eclipse-plugin copied to clipboard

IDE installation error (IEP-1188)

Open ertekinsener opened this issue 1 year ago • 3 comments

I followed the steps in this video, but IDE could not correctly installed.

Issue video: https://www.youtube.com/watch?v=mp-FvgQa78E

The IDE had to create a new project, but it give errors

product_information.txt

error_log.log

ertekinsener avatar Mar 21 '24 14:03 ertekinsener

Hi @ertekinsener,

Thank you for reporting this issue. I've noticed from the error log that tools.json location is incorrect "C:\Espressif\frameworks\esp-idf-v5.1.1\tools" when you are using different esp-idf. Maybe there is some conflict in the PATH. Could you please try this:

  1. In the IDE go to Preferences -> C/C++ -> Build -> Environment and click "Restore Defaults" button and then Apply: image
  2. After this, once again try to install tools via Espressif -> ESP-IDF Tools Manager -> Install Tools. (Since tools are already installed, the installation will be skipped and only environment variables inside the IDE will be updated.

sigmaaa avatar Mar 21 '24 16:03 sigmaaa

Hello,

Looking at the log, your system is configured with IDF_PATH=C:\Espressif\frameworks\esp-idf-v5.1.1 Could you please remove this variable and restart the eclipse, and see if that helps?

We will work on the fix for this.

kolipakakondal avatar Mar 21 '24 16:03 kolipakakondal

Hello @sigmaaa and @kolipakakondal,

I attempted to resolve the issue by removing IDF_PATH=C:\Espressif\frameworks\esp-idf-v5.1.1 from the environment variables and restarting my PC. However, this did not resolve the error. Subsequently, I uninstalled both Espressif IDE and IDF components that came with the IDE. Afterward, I reinstalled Espressif IDE.

Upon attempting to create a new IDF project, I encountered an error prompting me to install tools. I proceeded to reinstall the tools. Notably, none of the tools were skipped during the reinstallation process, and they were all installed in different directory. @sigmaaa

I will attach the error logs once again. Thank you for your assistance.

IDF Tools Console: Installing tools... This can take a while. Please be patient. Executing C:\Espressif_IDE\tools\idf-python\3.11.2\python.exe C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\idf_tools.py install all Current system platform: win64 Updating C:\Users\Ertekin.espressif\idf-env.json Selected targets are: esp32, esp32s3, esp32c3, esp32h2, esp32c2, esp32c6, esp32s2 Installing tools: xtensa-esp-elf-gdb, riscv32-esp-elf-gdb, xtensa-esp32-elf, xtensa-esp32s2-elf, xtensa-esp32s3-elf, esp-clang, riscv32-esp-elf, esp32ulp-elf, cmake, openocd-esp32, ninja, idf-exe, ccache, dfu-util, esp-rom-elfs Installing [email protected]_20221002 Downloading https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/xtensa-esp-elf-gdb-12.1_20221002-x86_64-w64-mingw32.zip Destination: C:\Users\Ertekin.espressif\dist\xtensa-esp-elf-gdb-12.1_20221002-x86_64-w64-mingw32.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\xtensa-esp-elf-gdb-12.1_20221002-x86_64-w64-mingw32.zip to C:\Users\Ertekin.espressif\tools\xtensa-esp-elf-gdb\12.1_20221002 Installing [email protected]_20221002 Downloading https://github.com/espressif/binutils-gdb/releases/download/esp-gdb-v12.1_20221002/riscv32-esp-elf-gdb-12.1_20221002-x86_64-w64-mingw32.zip Destination: C:\Users\Ertekin.espressif\dist\riscv32-esp-elf-gdb-12.1_20221002-x86_64-w64-mingw32.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\riscv32-esp-elf-gdb-12.1_20221002-x86_64-w64-mingw32.zip to C:\Users\Ertekin.espressif\tools\riscv32-esp-elf-gdb\12.1_20221002 Installing [email protected]_20230208 Downloading https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32-elf-12.2.0_20230208-x86_64-w64-mingw32.zip Destination: C:\Users\Ertekin.espressif\dist\xtensa-esp32-elf-12.2.0_20230208-x86_64-w64-mingw32.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\xtensa-esp32-elf-12.2.0_20230208-x86_64-w64-mingw32.zip to C:\Users\Ertekin.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208 Installing [email protected]_20230208 Downloading https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s2-elf-12.2.0_20230208-x86_64-w64-mingw32.zip Destination: C:\Users\Ertekin.espressif\dist\xtensa-esp32s2-elf-12.2.0_20230208-x86_64-w64-mingw32.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\xtensa-esp32s2-elf-12.2.0_20230208-x86_64-w64-mingw32.zip to C:\Users\Ertekin.espressif\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208 Installing [email protected]_20230208 Downloading https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/xtensa-esp32s3-elf-12.2.0_20230208-x86_64-w64-mingw32.zip Destination: C:\Users\Ertekin.espressif\dist\xtensa-esp32s3-elf-12.2.0_20230208-x86_64-w64-mingw32.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\xtensa-esp32s3-elf-12.2.0_20230208-x86_64-w64-mingw32.zip to C:\Users\Ertekin.espressif\tools\xtensa-esp32s3-elf\esp-12.2.0_20230208 Installing [email protected] Downloading https://github.com/espressif/llvm-project/releases/download/esp-15.0.0-20221201/llvm-esp-15.0.0-20221201-win64.tar.xz Destination: C:\Users\Ertekin.espressif\dist\llvm-esp-15.0.0-20221201-win64.tar.xz.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\llvm-esp-15.0.0-20221201-win64.tar.xz to C:\Users\Ertekin.espressif\tools\esp-clang\15.0.0-23786128ae Installing [email protected]_20230208 Downloading https://github.com/espressif/crosstool-NG/releases/download/esp-12.2.0_20230208/riscv32-esp-elf-12.2.0_20230208-x86_64-w64-mingw32.zip Destination: C:\Users\Ertekin.espressif\dist\riscv32-esp-elf-12.2.0_20230208-x86_64-w64-mingw32.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\riscv32-esp-elf-12.2.0_20230208-x86_64-w64-mingw32.zip to C:\Users\Ertekin.espressif\tools\riscv32-esp-elf\esp-12.2.0_20230208 Installing [email protected]_20220830 Downloading https://github.com/espressif/binutils-gdb/releases/download/esp32ulp-elf-v2.35_20220830/esp32ulp-elf-2.35_20220830-win64.zip Destination: C:\Users\Ertekin.espressif\dist\esp32ulp-elf-2.35_20220830-win64.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\esp32ulp-elf-2.35_20220830-win64.zip to C:\Users\Ertekin.espressif\tools\esp32ulp-elf\2.35_20220830 Installing [email protected] Downloading https://github.com/Kitware/CMake/releases/download/v3.24.0/cmake-3.24.0-windows-x86_64.zip Destination: C:\Users\Ertekin.espressif\dist\cmake-3.24.0-windows-x86_64.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\cmake-3.24.0-windows-x86_64.zip to C:\Users\Ertekin.espressif\tools\cmake\3.24.0 Installing [email protected] Downloading https://github.com/espressif/openocd-esp32/releases/download/v0.12.0-esp32-20230921/openocd-esp32-win32-0.12.0-esp32-20230921.zip Destination: C:\Users\Ertekin.espressif\dist\openocd-esp32-win32-0.12.0-esp32-20230921.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\openocd-esp32-win32-0.12.0-esp32-20230921.zip to C:\Users\Ertekin.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921 Installing [email protected] Downloading https://dl.espressif.com/dl/ninja-1.10.2-win64.zip Destination: C:\Users\Ertekin.espressif\dist\ninja-1.10.2-win64.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\ninja-1.10.2-win64.zip to C:\Users\Ertekin.espressif\tools\ninja\1.10.2 Installing [email protected] Downloading https://github.com/espressif/idf_py_exe_tool/releases/download/v1.0.3/idf-exe-v1.0.3.zip Destination: C:\Users\Ertekin.espressif\dist\idf-exe-v1.0.3.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\idf-exe-v1.0.3.zip to C:\Users\Ertekin.espressif\tools\idf-exe\1.0.3 Installing [email protected] Downloading https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-windows-x86_64.zip Destination: C:\Users\Ertekin.espressif\dist\ccache-4.8-windows-x86_64.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\ccache-4.8-windows-x86_64.zip to C:\Users\Ertekin.espressif\tools\ccache\4.8 Installing [email protected] Downloading https://dl.espressif.com/dl/dfu-util-0.11-win64.zip Destination: C:\Users\Ertekin.espressif\dist\dfu-util-0.11-win64.zip.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\dfu-util-0.11-win64.zip to C:\Users\Ertekin.espressif\tools\dfu-util\0.11 Installing esp-rom-elfs@20230320 Downloading https://github.com/espressif/esp-rom-elfs/releases/download/20230320/esp-rom-elfs-20230320.tar.gz Destination: C:\Users\Ertekin.espressif\dist\esp-rom-elfs-20230320.tar.gz.tmp

[==================================================] 100%Done Extracting C:\Users\Ertekin.espressif\dist\esp-rom-elfs-20230320.tar.gz to C:\Users\Ertekin.espressif\tools\esp-rom-elfs\20230320 OK

Executing C:\Espressif_IDE\tools\idf-python\3.11.2\python.exe C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\idf_tools.py install-python-env Creating a new Python environment in C:\Users\Ertekin.espressif\python_env\idf5.1_py3.11_env Downloading https://dl.espressif.com/dl/esp-idf/espidf.constraints.v5.1.txt Destination: C:\Users\Ertekin.espressif\espidf.constraints.v5.1.txt.tmp

[==================================================] 100%Done Installing Python packages Constraint file: C:\Users\Ertekin.espressif\espidf.constraints.v5.1.txt Requirement files:

  • C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt Looking in indexes: https://pypi.org/simple, https://dl.espressif.com/pypi Ignoring importlib_metadata: markers 'python_version < "3.8"' don't match your environment Requirement already satisfied: setuptools in c:\users\ertekin.espressif\python_env\idf5.1_py3.11_env\lib\site-packages (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 3)) (69.2.0) Collecting packaging (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 4)) Using cached https://dl.espressif.com/pypi/packaging/packaging-24.0-py3-none-any.whl (53 kB) Collecting click (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 7)) Using cached https://dl.espressif.com/pypi/click/click-8.1.7-py3-none-any.whl (97 kB) Collecting pyserial (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 8)) Using cached https://dl.espressif.com/pypi/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting cryptography (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 9)) Using cached https://dl.espressif.com/pypi/cryptography/cryptography-39.0.2-cp36-abi3-win_amd64.whl (2.5 MB) Collecting pyparsing (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 10)) Using cached https://dl.espressif.com/pypi/pyparsing/pyparsing-3.0.9-py3-none-any.whl (98 kB) Collecting pyelftools (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 11)) Using cached https://dl.espressif.com/pypi/pyelftools/pyelftools-0.29-py2.py3-none-any.whl (174 kB) Collecting idf-component-manager (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/idf-component-manager/idf_component_manager-1.5.2-py2.py3-none-any.whl (160 kB) Collecting esp-coredump (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 13)) Using cached https://dl.espressif.com/pypi/esp-coredump/esp_coredump-1.10.0-py3-none-any.whl (44 kB) Collecting esptool (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 14)) Using cached https://dl.espressif.com/pypi/esptool/esptool-4.7.0-py3-none-any.whl (370 kB) Collecting esp-idf-kconfig (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 15)) Using cached https://dl.espressif.com/pypi/esp-idf-kconfig/esp_idf_kconfig-1.4.2-py3-none-any.whl (44 kB) Collecting esp-idf-monitor (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 16)) Using cached https://dl.espressif.com/pypi/esp-idf-monitor/esp_idf_monitor-1.4.0-py3-none-any.whl (44 kB) Collecting esp-idf-size (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 17)) Using cached https://dl.espressif.com/pypi/esp-idf-size/esp_idf_size-1.2.0-py3-none-any.whl (45 kB) Collecting esp-idf-panic-decoder (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 18)) Using cached https://dl.espressif.com/pypi/esp-idf-panic-decoder/esp_idf_panic_decoder-1.0.1-py3-none-any.whl (18 kB) Collecting freertos_gdb (from -r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 21)) Using cached https://dl.espressif.com/pypi/freertos-gdb/freertos_gdb-1.0.3-py3-none-any.whl (14 kB) Collecting colorama (from click->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 7)) Using cached https://dl.espressif.com/pypi/colorama/colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting cffi>=1.12 (from cryptography->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 9)) Using cached https://dl.espressif.com/pypi/cffi/cffi-1.16.0-cp311-cp311-win_amd64.whl (181 kB) Collecting requests<3 (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/requests/requests-2.31.0-py3-none-any.whl (62 kB) Collecting urllib3<2 (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/urllib3/urllib3-1.26.18-py2.py3-none-any.whl (143 kB) Collecting requests-file<2 (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/requests-file/requests_file-1.5.1-py2.py3-none-any.whl (3.7 kB) Collecting requests-toolbelt (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/requests-toolbelt/requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB) Collecting schema (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/schema/schema-0.7.5-py2.py3-none-any.whl (17 kB) Collecting six (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/six/six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting tqdm<5 (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/tqdm/tqdm-4.66.2-py3-none-any.whl (78 kB) Collecting pyyaml>5.2 (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/pyyaml/PyYAML-6.0.1-cp311-cp311-win_amd64.whl (144 kB) Collecting cachecontrol>0.12.6 (from cachecontrol[filecache]>0.12.6; python_version >= "3.6"->idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/cachecontrol/cachecontrol-0.14.0-py3-none-any.whl (22 kB) Collecting contextlib2>0.6.0 (from idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/contextlib2/contextlib2-21.6.0-py2.py3-none-any.whl (13 kB) Collecting construct~=2.10 (from esp-coredump->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 13)) Using cached https://dl.espressif.com/pypi/construct/construct-2.10.70-py3-none-any.whl (63 kB) Collecting pygdbmi>=0.9.0.2 (from esp-coredump->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 13)) Using cached https://dl.espressif.com/pypi/pygdbmi/pygdbmi-0.11.0.0-py3-none-any.whl (21 kB) Collecting bitstring>=3.1.6 (from esptool->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 14)) Using cached https://dl.espressif.com/pypi/bitstring/bitstring-4.1.4-py3-none-any.whl (60 kB) Collecting ecdsa>=0.16.0 (from esptool->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 14)) Using cached https://dl.espressif.com/pypi/ecdsa/ecdsa-0.18.0-py2.py3-none-any.whl (142 kB) Collecting reedsolo<1.8,>=1.5.3 (from esptool->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 14)) Using cached https://dl.espressif.com/pypi/reedsolo/reedsolo-1.7.0-py3-none-any.whl (32 kB) Collecting intelhex (from esptool->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 14)) Using cached https://dl.espressif.com/pypi/intelhex/intelhex-2.3.0-py2.py3-none-any.whl (50 kB) Collecting kconfiglib>=13.7.1 (from esp-idf-kconfig->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 15)) Using cached https://dl.espressif.com/pypi/kconfiglib/kconfiglib-14.1.0-py2.py3-none-any.whl (145 kB) Collecting windows-curses (from esp-idf-kconfig->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 15)) Using cached https://dl.espressif.com/pypi/windows-curses/windows_curses-2.3.2-cp311-cp311-win_amd64.whl (80 kB) Collecting rich (from esp-idf-size->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 17)) Using cached https://dl.espressif.com/pypi/rich/rich-13.7.1-py3-none-any.whl (240 kB) Collecting bitarray<3.0.0,>=2.8.0 (from bitstring>=3.1.6->esptool->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 14)) Using cached https://dl.espressif.com/pypi/bitarray/bitarray-2.9.2-cp311-cp311-win_amd64.whl (126 kB) Collecting msgpack<2.0.0,>=0.5.2 (from cachecontrol>0.12.6->cachecontrol[filecache]>0.12.6; python_version >= "3.6"->idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/msgpack/msgpack-1.0.8-cp311-cp311-win_amd64.whl (75 kB) Collecting filelock>=3.8.0 (from cachecontrol[filecache]>0.12.6; python_version >= "3.6"->idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/filelock/filelock-3.13.1-py3-none-any.whl (11 kB) Collecting pycparser (from cffi>=1.12->cryptography->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 9)) Using cached https://dl.espressif.com/pypi/pycparser/pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting charset-normalizer<4,>=2 (from requests<3->idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/charset-normalizer/charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl (99 kB) Collecting idna<4,>=2.5 (from requests<3->idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/idna/idna-3.6-py3-none-any.whl (61 kB) Collecting certifi>=2017.4.17 (from requests<3->idf-component-manager->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 12)) Using cached https://dl.espressif.com/pypi/certifi/certifi-2024.2.2-py3-none-any.whl (163 kB) Collecting markdown-it-py>=2.2.0 (from rich->esp-idf-size->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 17)) Using cached https://dl.espressif.com/pypi/markdown-it-py/markdown_it_py-3.0.0-py3-none-any.whl (87 kB) Collecting pygments<3.0.0,>=2.13.0 (from rich->esp-idf-size->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 17)) Using cached https://dl.espressif.com/pypi/pygments/pygments-2.17.2-py3-none-any.whl (1.2 MB) Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich->esp-idf-size->-r C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\requirements\requirements.core.txt (line 17)) Using cached https://dl.espressif.com/pypi/mdurl/mdurl-0.1.2-py3-none-any.whl (10.0 kB) Installing collected packages: windows-curses, reedsolo, pyserial, pygdbmi, pyelftools, intelhex, bitarray, urllib3, six, pyyaml, pyparsing, pygments, pycparser, packaging, msgpack, mdurl, kconfiglib, idna, freertos_gdb, filelock, esp-idf-panic-decoder, contextlib2, construct, colorama, charset-normalizer, certifi, bitstring, tqdm, schema, requests, markdown-it-py, esp-idf-kconfig, ecdsa, click, cffi, rich, requests-toolbelt, requests-file, cryptography, cachecontrol, esptool, esp-idf-size, idf-component-manager, esp-coredump, esp-idf-monitor Successfully installed bitarray-2.9.2 bitstring-4.1.4 cachecontrol-0.14.0 certifi-2024.2.2 cffi-1.16.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 construct-2.10.70 contextlib2-21.6.0 cryptography-39.0.2 ecdsa-0.18.0 esp-coredump-1.10.0 esp-idf-kconfig-1.4.2 esp-idf-monitor-1.4.0 esp-idf-panic-decoder-1.0.1 esp-idf-size-1.2.0 esptool-4.7.0 filelock-3.13.1 freertos_gdb-1.0.3 idf-component-manager-1.5.2 idna-3.6 intelhex-2.3.0 kconfiglib-14.1.0 markdown-it-py-3.0.0 mdurl-0.1.2 msgpack-1.0.8 packaging-24.0 pycparser-2.21 pyelftools-0.29 pygdbmi-0.11.0.0 pygments-2.17.2 pyparsing-3.0.9 pyserial-3.5 pyyaml-6.0.1 reedsolo-1.7.0 requests-2.31.0 requests-file-1.5.1 requests-toolbelt-1.0.0 rich-13.7.1 schema-0.7.5 six-1.16.0 tqdm-4.66.2 urllib3-1.26.18 windows-curses-2.3.2 OK

Executing C:\Espressif_IDE\tools\idf-python\3.11.2\python.exe C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools\idf_tools.py export --format=key-value OPENOCD_SCRIPTS=C:\Users\Ertekin.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\share\openocd\scripts IDF_CCACHE_ENABLE=1 ESP_ROM_ELF_DIR=C:\Users\Ertekin.espressif\tools\esp-rom-elfs\20230320
IDF_PYTHON_ENV_PATH=C:\Users\Ertekin.espressif\python_env\idf5.1_py3.11_env ESP_IDF_VERSION=5.1 PATH=C:\Users\Ertekin.espressif\tools\xtensa-esp-elf-gdb\12.1_20221002\xtensa-esp-elf-gdb\bin;C:\Users\Ertekin.espressif\tools\riscv32-esp-elf-gdb\12.1_20221002\riscv32-esp-elf-gdb\bin;C:\Users\Ertekin.espressif\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin;C:\Users\Ertekin.espressif\tools\xtensa-esp32s2-elf\esp-12.2.0_20230208\xtensa-esp32s2-elf\bin;C:\Users\Ertekin.espressif\tools\xtensa-esp32s3-elf\esp-12.2.0_20230208\xtensa-esp32s3-elf\bin;C:\Users\Ertekin.espressif\tools\esp-clang\15.0.0-23786128ae\esp-clang\bin;C:\Users\Ertekin.espressif\tools\riscv32-esp-elf\esp-12.2.0_20230208\riscv32-esp-elf\bin;C:\Users\Ertekin.espressif\tools\esp32ulp-elf\2.35_20220830\esp32ulp-elf\bin;C:\Users\Ertekin.espressif\tools\cmake\3.24.0\bin;C:\Users\Ertekin.espressif\tools\openocd-esp32\v0.12.0-esp32-20230921\openocd-esp32\bin;C:\Users\Ertekin.espressif\tools\ninja\1.10.2;C:\Users\Ertekin.espressif\tools\idf-exe\1.0.3;C:\Users\Ertekin.espressif\tools\ccache\4.8\ccache-4.8-windows-x86_64;C:\Users\Ertekin.espressif\tools\dfu-util\0.11\dfu-util-0.11-win64;C:\Users\Ertekin.espressif\python_env\idf5.1_py3.11_env\Scripts;C:\Espressif_IDE\frameworks\esp-idf-v5.1.2\tools;%PATH% IDF_DEACTIVATE_FILE_PATH=C:\Users\Ertekin\AppData\Local\Temp\tmptleuj666idf_22596 Configured CDT Build Environment variables. You can check Preferences > C/C++ > Build > Environment Executing C:\Users\Ertekin.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe -m pip list Collecting websocket-client Downloading websocket_client-1.7.0-py3-none-any.whl.metadata (7.9 kB) Downloading websocket_client-1.7.0-py3-none-any.whl (58 kB) ---------------------------------------- 58.5/58.5 kB 518.5 kB/s eta 0:00:00 Installing collected packages: websocket-client Successfully installed websocket-client-1.7.0 Configured CMake toolchain. You can check Preferences > C/C++ > CMake Install tools completed.

error_logs.log

ertekinsener avatar Mar 23 '24 19:03 ertekinsener