升级到Ubuntu 20.04杀害点 [英] Upgrade to Ubuntu 20.04 killed pip

查看:1212
本文介绍了升级到Ubuntu 20.04杀害点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从19.10升级到Ubuntu 20.04,现在我不能使用pip.

I upgraded to Ubuntu 20.04 from 19.10 and now I cannot use pip.

zeno:~$ pip --version

Command 'pip' not found, but there are 18 similar ones.

已安装Python:

zeno:~$ python3 --version
Python 3.8.2

但是如果我尝试设置点子,我会得到:

but if I try to insatll pip, I get this:

    zeno:~/Desktop/tetris$ sudo apt install python3-pip
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    python3-pip is already the newest version (20.0.2-5ubuntu1).
    The following packages were automatically installed and are no longer required:
     dh-python elpa-async enchant gedit-plugin-zeitgeist gir1.2-mutter-5
     gnome-software-common libappstream-glib8 libapt-pkg5.90
     libboost-date-time1.67.0 libboost-iostreams1.67.0 libbrlapi0.6
     libcodec2-0.8.1 libcroco3 libdns-export1104 libdns1104 libdvdread4
     libegl1-mesa libenchant1c2a libept1.5.90 libevent-2.1-6 libexiv2-14
     libfprint0 libgeoip1 libgit2-27 libglvnd-core-dev libgnome-desktop-3-18
     libgspell-1-1 libgutenprint-common libgutenprint9 libgweather-3-15 libicu63
     libiptc0 libisc-export1100 libisc1100 libisc1105 libisl21 liblivemedia64
     liblouis17 liblwres161 libmicrodns0 libmozjs-60-0 libmutter-5-0 libmysofa0
     libnettle6 liboauth0 libperl5.28 libplymouth4 libpoppler90
     libpython3.7-minimal libqpdf21 libsnmp30 libusbmuxd4 libx11-xcb-dev
     libx265-176 libxcb-dri2-0-dev libxcb-dri3-dev libxcb-shape0-dev
     libxcb-sync-dev libxcb-xfixes0-dev libxshmfence-dev libzeitgeist-2.0-0
     perl-modules-5.28 printer-driver-gutenprint python-gobject-2
     python3-asn1crypto python3-pypdf2 python3.7-minimal ubuntu-system-service
     x11proto-composite-dev x11proto-fixes-dev
   Use 'sudo apt autoremove' to remove them.
   0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

我迷路了.感谢您的帮助

I am lost. Thanks for any help

更新

我使用venv创建虚拟环境.没有激活任何venv时,我可以使用pip3:

I use venv to create virtual environments. When no venv is activated, I can use pip3:

zeno:~/Desktop/tetris$ pip3 -V
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)

但是,如果我激活venv,它将无法正常工作:

but if I activate a venv, it does not work:

(.tetris) zeno:~/Desktop/tetris$ pip3
Traceback (most recent call last):
  File "/home/zeno/Desktop/tetris/.tetris/bin/pip3", line 6, in <module>
    from pip._internal import main
ModuleNotFoundError: No module named 'pip'

感谢您的建议和持续的帮助.

Thank you for your suggestions and continued help.

更新

我尝试删除venv并制作一个新的venv,但是我似乎需要做点子操作才能做到这一点:

I tried deleting the venv and making a new one, but it seems I need pip working in order to do that:

zeno:~/Desktop/tetris$ python3 -m venv .tetris

给予:

The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

    apt-get install python3-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

Failing command: ['/home/zeno/Desktop/tetris/.tetris/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']

推荐答案

有时,在操作系统升级后,您需要重新安装软件包.试试:

Sometimes after OS upgrade you need to reinstall packages. Try:

sudo apt install --reinstall python3-pip

这篇关于升级到Ubuntu 20.04杀害点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆