-
Notifications
You must be signed in to change notification settings - Fork 126
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
Fresh install of Ubuntu 22.04 LTS - CMake error Some Python dependencies must be installed. #249
Comments
make sure your system has |
Hi @Vollbrecht. Thank you for the reply. I did check that these three are installed. Here is a Docker file with which I can reproduce the issue. The build breaks if you change ubuntu:20.04 to ubuntu:22.04
|
Why are you doing this? |
I just reused the Dockerfile from one of the Rust-on ESP32 training material. I face the issue on my Ubuntu install and just wanted to try and replicate it in a Docker environment. |
@Vollbrecht . My mistake. I had a stale .embuild folder in my build. Removing this and rebuilding solved the problem. |
Hi,
I followed the esp-rs build instructions and have installed the necessary dependencies on a fresh Ubuntu 22.04 LTS install. The build for esp-idf-sys fails with...
I'm unable to figure out which python dependency needs to be installed.
Info:
Python version: Python 3.10.12
Ubuntu 22.04.3 LTS
ESP_IDF_VERSION = "v5.1.1"
The text was updated successfully, but these errors were encountered: