esp-mesh-lite icon indicating copy to clipboard operation
esp-mesh-lite copied to clipboard

When I was building mesh_local_control examples, there was an error of cmake http (AEGHB-381)

Open Twillpower opened this issue 2 years ago • 1 comments

Skipping optional dependency: espressif/esp_modem_usb_dte Skipping optional dependency: usb_device Solving dependencies requirements CMake Error at /home/twillpower/esp/esp-idf/tools/cmake/build.cmake:452 (message): ERROR: HTTP request error

Call Stack (most recent call first): /home/twillpower/esp/esp-idf/tools/cmake/project.cmake:384 (idf_build_process) CMakeLists.txt:7 (project)

-- Configuring incomplete, errors occurred! See also "/home/twillpower/esp/project/my_code/esp-mesh-lite/examples/mesh_local_control/build/CMakeFiles/CMakeOutput.log".

Has anyone encountered this situation and how to solve it

Twillpower avatar Sep 08 '23 09:09 Twillpower

It seems that a network problem caused the component to be unable to be pulled from the package manager normally. Or you can try rolling back the idf-component-manager tool to version 1.2.3. pip install idf-component-manager==1.2.3

tswen avatar Sep 08 '23 09:09 tswen