-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I am attempting to find a docker image that will let me build Rust apps for an Adafruit ESP32 feather. If I docker run -it espressif/idf-rust-examples
it malfunctions and drops me back to the original shell.
Detecting the Python interpreter
Checking "python" ...
Python 3.8.10
"python" has been detected
Adding ESP-IDF tools to PATH...
Using Python interpreter in /opt/esp/python_env/idf5.0_py3.8_env/bin/python
Checking if Python packages are up to date...
Downloading espidf.constraints.v5.0.txt to /root/.espressif/espidf.constraints.v5.0.txt.tmp
Done
Constraint file: /root/.espressif/espidf.constraints.v5.0.txt
Requirement files:
- /opt/esp/idf/requirements.core.txt
Python being checked: /opt/esp/python_env/idf5.0_py3.8_env/bin/python
The following Python requirements are not satisfied:
idf-component-manager~=1.1
To install the missing packages, please run "install.sh"
Diagnostic information:
IDF_PYTHON_ENV_PATH: /opt/esp/python_env/idf5.0_py3.8_env
Python interpreter used: /opt/esp/python_env/idf5.0_py3.8_env/bin/python
It seems that the Dockerfile
needs some fixes.
fraserdarwent
Metadata
Metadata
Assignees
Labels
No labels