I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
Posted: Fri Aug 30, 2024 1:57 pm
Hello, I followed this guide to be able to compile ESP-IDF (v5.3) and ESP-AT on Linux, in order to work on my ESP32-C6:
https://docs.espressif.com/projects/esp ... requisites
https://docs.espressif.com/projects/esp ... index.html
I chose to manually install on Linux, and I can now build the project just fine, but every time I launch export.sh to setup environment variables (and every time I try to flash the binary to my device) I get this error:
But install.sh is the script I used to install everything, it seems like it installs obsolete packages. Anyone has the same problem?
https://docs.espressif.com/projects/esp ... requisites
https://docs.espressif.com/projects/esp ... index.html
I chose to manually install on Linux, and I can now build the project just fine, but every time I launch export.sh to setup environment variables (and every time I try to flash the binary to my device) I get this error:
Code: Select all
Checking if Python packages are up to date...
Constraint file: /home/user/.espressif/espidf.constraints.v5.3.txt
Requirement files:
- /home/user/esp/esp-idf/tools/requirements/requirements.core.txt
Python being checked: /home/user/.espressif/python_env/idf5.3_py3.12_env/bin/python
The following Python requirements are not satisfied:
Requirement 'esp-idf-kconfig<3.0.0,>=2.0.2' was not met. Installed version: 1.4.3
Requirement 'pyparsing<4,>=3.1.0' was not met. Installed version: 3.0.9
To install the missing packages, please run "install.sh"