-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup for esp-csi console_test (AEGHB-735) #188
Comments
performing commands below: Besides, Getting started of ESP-IDF may help too. |
Thank you for your comment. BTW, can esp-radar work on ESP32-C3? |
Can you provide the completed output log when running commands Yes, esp-radar can work on ESP32-C3. |
Thank you for your comment. Here are the completed output log when running commands PS C:\Windows\system32> cd C:\esp-csi\examples\esp-radar\console_test
PS C:\esp-csi\examples\esp-radar\console_test> idf.py set-target esp32 WARNING: From https://github.com/espressif/esp-rainmaker
ERROR: Because no versions of esp-radar match >=0.0.0,<0.2.0 ||
and esp-radar (0.2.0) depends on espressif/cmake_utilities (0.), esp-radar (>=0.0.0,<1.0.0) requires espressif/cmake_utilities (0.). So, because no versions of espressif/cmake_utilities match 0.* and project depends on esp-radar (0.*), version solving failed. Call Stack (most recent call first): ...-- Configuring incomplete, errors occurred! ERROR: Because no versions of esp-radar match >=0.0.0,<0.2.0 ||
and esp-radar (0.2.0) depends on espressif/cmake_utilities (0.), esp-radar (>=0.0.0,<1.0.0) requires espressif/cmake_utilities (0.). So, because no versions of espressif/cmake_utilities match 0.* and project depends on esp-radar (0.*), version solving failed. Call Stack (most recent call first): ...-- Configuring incomplete, errors occurred! |
Here are the completed output log when running commands PS C:\Espressif\frameworks\esp-idf-v5.0.4> git pull After commanding |
Seems your development environment is' win+PowerShell '? I recommend that you follow the document: [how to use the WSL + VSCode build ESP32 development environment] (https://www.bilibili.com/read/cv7755144/) set up your development environment on Windows. Looking forward to your feedback. |
Thank you for your comment. xxx@ xxx: /esp-idf$ ./install.sh
You may need to use sudo with that command. After installing the python3-venv Failing command: ['/home/ xxx/.espressif/python_env/idf5.4_py3.8_env/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip'] Traceback (most recent call last): xxx@ xxx: /esp-idf$ sudo apt-get install python3-venv xxx@ xxx: /esp-idf$ ./install.sh
You may need to use sudo with that command. After installing the python3-venv Failing command: ['/home/ xxx/.espressif/python_env/idf5.4_py3.8_env/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip'] Traceback (most recent call last): |
I encountered the error witten below when setting up for esp-csi console_test.
How can I solve this problem? Please help me, very beginner.
PS C:\esp-csi\examples\esp-radar\console_test> idf.py set-target esp32-c3
Adding "set-target"'s dependency "fullclean" to list of commands with default set of options.
Executing action: fullclean
Directory 'C:\esp-csi\examples\esp-radar\console_test\build' doesn't seem to be a CMake build directory. Refusing to automatically delete files in this directory. Delete the directory manually to 'clean' it.
The text was updated successfully, but these errors were encountered: