When I was building mesh_local_control examples, there was an error of cmake http (AEGHB-381)
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
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