我试图在Zorin 8上安装pip。但是,当我使用sudo apt-get install python3-pip时,我会得到以下错误
Err http://ubuntu.mirrors.pair.com/archive/ saucy/main libexpat1-dev amd64 2.1.0-4
404 Not Found
Err http://ubuntu.mirrors.pair.com/archive/ saucy/main libpython3-dev amd64 3.3.2-14ubuntu1
404 Not Found
Err http://ubuntu.mirrors.pair.com/archive/ saucy/main python3-dev amd64 3.3.2-14ubuntu1
404 Not Found
Err http://ubuntu.mirrors.pair.com/archive/ saucy/main python3-setuptools all 0.6.37-1ubuntu1
404 Not Found
Err http://ubuntu.mirrors.pair.com/archive/ saucy/universe python3-pip all 1.4.1-2
404 Not Found
Failed to fetch http://ubuntu.mirrors.pair.com/archive/pool/main/e/expat/libexpat1-dev_2.1.0-4_amd64.deb 404 Not Found
Failed to fetch http://ubuntu.mirrors.pair.com/archive/pool/main/p/python3-defaults/libpython3-dev_3.3.2-14ubuntu1_amd64.deb 404 Not Found
Failed to fetch http://ubuntu.mirrors.pair.com/archive/pool/main/p/python3-defaults/python3-dev_3.3.2-14ubuntu1_amd64.deb 404 Not Found
Failed to fetch http://ubuntu.mirrors.pair.com/archive/pool/main/d/distribute/python3-setuptools_0.6.37-1ubuntu1_all.deb 404 Not Found
Failed to fetch http://ubuntu.mirrors.pair.com/archive/pool/universe/p/python-pip/python3-pip_1.4.1-2_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?请提出解决办法。在尝试安装pip之前,我已经尝试过执行sudo apt-get upgrade。python 3.3.2+版本安装在我的工作站上。
发布于 2017-02-02 13:21:56
https://stackoverflow.com/questions/42000012
复制相似问题