【发布时间】:2017-06-19 09:27:49
【问题描述】:
我正在尝试在 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+ 版本。
【问题讨论】: