-
Notifications
You must be signed in to change notification settings - Fork 31
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
can't install pipx due to python3-venv #163
Comments
Hey, can you share the output of |
Thanks for getting back to me. It's a fairly recent install - ubuntu asahi server 24.04 about 5-6 weeks ago. I actually got pipx working (to the point where I could use it to install what I needed to) by building the latest version of pipx from source following these instructions (but instead using the latest version I could find 1.7.1): Not sure if this is something different from python3-venv but I installed it before i built pipx
Anyway now pipx is installed and working apt update isn't happy now and wants me to delete it when i run apt --fix-broken install
Here's the output of apt policy:
|
Weird, so it looks like you are missing the
|
Sorry I forgot I to mention I activated an ubuntu pro license on this box.. perhaps that's broken things?
My next step will be to try this so apt upgrade stops complaining (unless there's a more obvious fix): |
I don't think it is your fault, looks like something is wrong in the image build script. Try changing:
to
and then |
Ok made the change to /etc/apt/sources.list.d/ubuntu.sources on apt update && apt upgrade apt update pulled in a ton of stuff apt upgrade failed in the same place as expected
Ran apt --fix-broken install which seemed to sort out the python3-venv issue this time instead of wanting to remove pipx
ran apt upgrade again which proceeded to successfully upgrade a ton of stuff - |
Thanks for helping us with the report, I will see if we need to adjust the image to enable Technically it is an optional feature, security updates come through the |
Yeah I think it may reduce some silly tickets like this one and improve UX overall - it was a pretty circular issue that lead to me creating this issue, but probably not an uncommon experience..
|
Found the issue in our image build configuration and fixed it in 7b3047d |
The text was updated successfully, but these errors were encountered: