-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
install.sh does not work on Ubuntu 22.04 LTS (Jammy Jellyfish) due to python 3.10 (IDFGH-7994) #9504
Comments
From microsoft/WSL#8327 The change below fixed it on my machine, which will unblock me for the time being. Note: this problem should not be considered "solved" as upstream is still broken. Please modify the fix as you see fit.
|
Thanks @cfriedt for your report. We will try to reproduce it and get back to you. |
This message is not printed by ESP-IDF. The package does exist for Ubuntu 22.04 LTS: https://packages.ubuntu.com/jammy/python3.10-venv My guess is you don't have neither |
I copied the wrong error message after updating, sorry, but the message was printed from the command that
Both repositories were enabled.
In any case, the provided fix worked for me. |
Thank you for the additional information. I'm sorry but it still looks like an Ubuntu issue. It is well explained by the message. The solution should be to run |
@dobairoland - yes, I think it was an Ubuntu issue. It seems that their upgrade mechanism rarely ever works smoothly. I just did a fresh install and cannot reproduce this issue. |
Environment
Problem Description
The esp-idf fails to install under Ubuntu Jammy due to python 3.10. Namely the python3.10-venv package no longer exists (fwir it has been integrated into python?).
It's non-obvious to me how to solve this issue in the install.sh script.
Expected Behavior
esp-idf should be installed
Actual Behavior
esp-id install fails
Steps to reproduce
Code to reproduce this issue
Debug Logs
See above
Other items if possible
N/A
The text was updated successfully, but these errors were encountered: