-
Notifications
You must be signed in to change notification settings - Fork 418
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
pipx broke after updating system Python to 3.10 #791
Comments
Possible dupe of #278? My fix there was to remove ~/.local/pipx/shared and then reinstall-all worked okay (though note it had already removed all my virtualenvs so I can't say if they'd then upgrade okay). |
That helped me solve it, thanks! What I did was to first use After that, I used I then removed |
It happens again on Python 3.11.1 dracos comment still working for it. |
Describe the bug
pipx
used to work well, back when Manjaro was on Python 3.9.A couple of days ago, Manjaro updated to Python 3.10, and today I noticed
pipx
was no longer working correctly.How to reproduce
I've uninstalled and reinstalled
pipx
withpip
, did theensurepath
thing (even with--force
), tried toreinstall-all
, and after uninstallingpipx
frompip
I searched around for leftovers.This is what happens when I try the
reinstall-all
:And this is what happens when I try to install a package (
protontricks
, on this example):I did
pip install --upgrade pip setuptools wheel
, and that works, so I believe those packages are already up-to-date.I did also try installing
pipx
aspip install --user pipx
, and that didn't help.Solution in comments
The text was updated successfully, but these errors were encountered: