-
Hello This instance: NAME="Ubuntu"
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I'm having the same problem. Using "pip3.10" command works, though. It's what this tutorial uses: https://www.linuxcapable.com/how-to-install-python-3-10-on-ubuntu-20-04/ . |
Beta Was this translation helpful? Give feedback.
-
OK. Let me take a look. |
Beta Was this translation helpful? Give feedback.
-
Hello.
I had initially used |
Beta Was this translation helpful? Give feedback.
Hello.
It has been fixed. A friend suggested I try:
sudo curl https://bootstrap.pypa.io/get-pip.py | sudo python3
and it fixed the problem.pip --version
now answerspip 22.0.4 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8)
I'm not sure it should say python 3.8 but at least it does not crash.I had initially used
sudo python3.10 get-pip.py
as indicated in the tutorial and shown in my history, but guess it was just not enough.