我正在尝试在 Ubuntu 20.04.02 上安装 PIP,但显然该命令sudo apt install python3-pip让我陷入了破碎的命运。
基本上它找不到它正在寻找的文件,并且它不会确定找到,因为该文件不存在。
例子:
$ sudo apt install python3-pip
...
Do you want to continue? [Y/n]
$ Y
...
Not found something...
...
Not found something else...
...
E: Failed to find http://security.ubuntu.com/ubuntu/pool/main/p/python3.8/libpython3.8-dev_3.8.5-1~20.04.2_amd64.deb 404 Not Found
Impossible to find some files, maybe run apt-get update or try with --fix --missing?
我翻译了它,所以也许它不完全是英文的样子
如果您访问http://security.ubuntu.com/ubuntu/pool/main/p/python3.8/那么您可以看到 PIP install 正在寻找的文件不存在(libpython3.8-dev_3.8.5-1~ 20.04.2_amd64.deb)
这是为什么?如何在 Ubuntu 20.04 上安装 PIP?