Search found 4 matches
- Tue Jul 16, 2024 2:31 pm
- Forum: ESP RainMaker
- Topic: no versions of espressif/cbor match ~0.6
- Replies: 5
- Views: 9607
Re: no versions of espressif/cbor match ~0.6
Do you have any custom changes to the project? There is no component called "espressif/rain_maker" which is shown in your logs.
I deleted the original code and retested it.
compote version
1.5.3.
Executing git clone - recursive https://github.com/espressif/esp-rainmaker.git The output is as ...
- Wed Jul 10, 2024 12:37 pm
- Forum: ESP RainMaker
- Topic: no versions of espressif/cbor match ~0.6
- Replies: 5
- Views: 9607
Re: no versions of espressif/cbor match ~0.6
pip install idf-component-manager==1.4.2
I have used the above instructions and confirmed successful execution. However, the following issues occurred:
Dependencies lock doesn't exist, solving dependencies.
Using component placed at C:\Users\TEST\esp-rainmaker\components\esp-insights\components ...
I have used the above instructions and confirmed successful execution. However, the following issues occurred:
Dependencies lock doesn't exist, solving dependencies.
Using component placed at C:\Users\TEST\esp-rainmaker\components\esp-insights\components ...
- Mon Jul 08, 2024 12:48 pm
- Forum: ESP RainMaker
- Topic: no versions of espressif/cbor match ~0.6
- Replies: 5
- Views: 9607
no versions of espressif/cbor match ~0.6
When using the switch demo of esp rainmaker:
.CMake Error at D:/Code/ESP-IDF/Espressif/frameworks/esp-idf-v5.2.1/tools/cmake/build.cmake:544 (message):
ERROR: Because no versions of espressif/esp_insights match >1.0.1,<1.1.0
and espressif/esp_insights (1.0.1) depends on espressif/cbor (~0.6 ...
.CMake Error at D:/Code/ESP-IDF/Espressif/frameworks/esp-idf-v5.2.1/tools/cmake/build.cmake:544 (message):
ERROR: Because no versions of espressif/esp_insights match >1.0.1,<1.1.0
and espressif/esp_insights (1.0.1) depends on espressif/cbor (~0.6 ...
- Mon Jun 24, 2024 1:43 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESPIDF在VSCODE中使用clangd
- Replies: 0
- Views: 2127
ESPIDF在VSCODE中使用clangd
在使用clangd插件时遇到了问题