我尝试通过键入以下命令来安装python-pip

sudo apt-get install python-pip


,结果如下:

Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main python2.6-minimal armhf 2.6.8-1.1
  Temporary failure resolving 'mirrordirector.raspbian.org'
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main python2.6 armhf 2.6.8-1.1
  Temporary failure resolving 'mirrordirector.raspbian.org'
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main python-pkg-resources all 0.6.24-1
  Temporary failure resolving 'mirrordirector.raspbian.org'
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main python-setuptools all 0.6.24-1
  Temporary failure resolving 'mirrordirector.raspbian.org'
Err http://mirrordirector.raspbian.org/raspbian/ wheezy/main python-pip all 1.1-3
  Temporary failure resolving 'mirrordirector.raspbian.org'
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/p/python2.6/python2.6-minimal_2.6.8-1.1_armhf.deb  Temporary failure resolving 'mirrordirector.raspbian.org'
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/p/python2.6/python2.6_2.6.8-1.1_armhf.deb  Temporary failure resolving 'mirrordirector.raspbian.org'
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/d/distribute/python-pkg-resources_0.6.24-1_all.deb  Temporary failure resolving 'mirrordirector.raspbian.org'
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/d/distribute/python-setuptools_0.6.24-1_all.deb  Temporary failure resolving 'mirrordirector.raspbian.org'
Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/p/python-pip/python-pip_1.1-3_all.deb  Temporary failure resolving 'mirrordirector.raspbian.org'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


然后我尝试了sudo apt-get update sudo apt-get update --fix-missing,但是它也不起作用。

结果是这样的:

Err http://raspberrypi.collabora.com wheezy Release.gpg
  Temporary failure resolving 'raspberrypi.collabora.com'
Err http://archive.raspberrypi.org wheezy Release.gpg
  Temporary failure resolving 'archive.raspberrypi.org'
Err http://mirrordirector.raspbian.org wheezy Release.gpg
  Temporary failure resolving 'mirrordirector.raspbian.org'
Reading package lists... Done
W: Failed to fetch http://mirrordirector.raspbian.org/raspbian/dists/wheezy/Release.gpg  Temporary failure resolving 'mirrordirector.raspbian.org'

W: Failed to fetch http://raspberrypi.collabora.com/dists/wheezy/Release.gpg  Temporary failure resolving 'raspberrypi.collabora.com'

W: Failed to fetch http://archive.raspberrypi.org/debian/dists/wheezy/Release.gpg  Temporary failure resolving 'archive.raspberrypi.org'

W: Some index files failed to download. They have been ignored, or old ones used instead.


我怎么能解决这个问题?

评论

您检查互联网连接是否正常吗?

问题是镜子。除了那儿,我可以到其他地方。 Ping可以,但是忘了数据。

您有多少个连接?当我有2个以太网连接eth0和wlan0时,我遇到同样的问题

我将发行版从Wheezy更新为jessie之后,就知道了。必须重新配置我的wifi。尝试wget google.com确认此错误的性质

感谢您的提示sudo apt-get update --fix-missing对我有用!

#1 楼

看来您在解析apt-get从中获取的各种URL时遇到问题。

我将尝试以下操作:

1.)检查您的Internet是否有效连接,例如,使用第二台计算机尝试google.com。
2.)如果您的Raspberry Pi已连接到家庭路由器,请检查其是否分配了IP#
3.)尝试ping google.com从命令行:

ping google.com


您应该看到类似以下内容:

PING google.com (74.125.226.233): 56 data bytes
64 bytes from 74.125.226.233: icmp_seq=0 ttl=56 time=3.281 ms
64 bytes from 74.125.226.233: icmp_seq=1 ttl=56 time=4.058 ms
64 bytes from 74.125.226.233: icmp_seq=2 ttl=56 time=3.999 ms


如果不起作用那么可能是您的Internet连接或DNS问题。

对于DNS问题,请检查您的resolv.conf文件是否配置正确(如果您已经手动分配了名称服务器):

/etc/resolv.conf


如果使用的是DHCP resolv.conf应该自动更新。

评论


很抱歉延迟回复。 ping不起作用。 DNS与我的电脑相同:mac,当我输入ping时,他们说:connect:网络不可达,我也更改了接口; dchp->静态,所以我添加了地址,网络掩码,网关。

–SamuraiT
2013年9月19日15:16



另外,我尝试了其他DNS -nameserver 8.8.8.8 nameserver 8.8.4.4,然后输入ping,他们说ping:未知主机google.com

–SamuraiT
2013年9月19日15:22



即使我尝试ping通网关,也没有用。所以我认为网关存在一些问题。但是,当我从Mac ping通时,它可以工作;问题不在于网关本身。

–SamuraiT
2013年9月19日15:32



您如何设法解决这个问题?

–user3378649
15年2月17日在18:44

#2 楼

请尝试

sudo apt-get update


,然后跟随

sudo apt-get upgrade


,然后重试安装python-pip。

我解决了一周前的问题。

评论


OP显然没有互联网连接,您的建议很好,但是来自其他问题=)

– lenik
13年8月29日在10:55



@lenik也许是,因为他尝试了一堆URL。但是我无法获取错误和带有mirrordirectory的404。然后执行sudo apt-get update,然后执行sudo apt-get install nmap。而在更新之前,我在mirrordirectory上收到404提取错误。在问题上进行搜索后出现此QnA页面。

– barlop
2014年6月18日13:00



我在“ sudo apt-get install dnsutils”中也遇到了类似的问题(不过是404的问题)。这样就解决了问题。

– Peter Mortensen
15-10-27在14:37

不,您有一个完全不同的问题,由于不了解错误消息,您认为这是相似的。

– Peter Green
2015年10月27日在17:50

#3 楼

在为我的网络适配器设置固定IP地址时出错后,我遇到了完全相同的问题。 sudo nano /etc/network/interfaces进行编辑,并确保一个适配器没有两个IP地址相同。我曾在同一地址播放过广播和网关,但那使互联网无法访问。

此外,如果同时使用Pi和带有/不带有网络电缆,但始终使用wlan-adapter,则需要为两个适配器设置网络掩码,网络,广播和网关。

#4 楼

我刚刚发现使用我的wifi适配器时不会更新我的。我确实有一个固定的IP地址,所以我不确定这是因为我使用的是wifi适配器还是因为我拥有固定的IP。当我发现重新连接局域网电缆并拔下USB Wifi适配器时,它可能会对某些人有所帮助。

#5 楼

我建议您在Pi上检查您的时间和日期设置。

错误的时间或日期会影响证书上托管的文件的下载。

要检查,只需启动到桌面“ startx”,然后单击工具栏上的时间。它会说出时间和日期!

评论


或者直接在命令行中输入“日期” ...

– M.Herzkamp
17年2月21日在21:31

@ M.Herzkamp确实,“ startx”对我无济于事:)

–Math1000
20 May 25 '18:03

#6 楼

现在是2020年3月。
我遇到了上述问题。
在过去的几个月中,有几次我能够毫无问题地升级我的PI的Raspian。
但是我昨天注意到,即使Raspberry在过去的几个月中已多次重新启动,我的文件服务器的时钟也已关闭10分钟左右。
所以我尝试安装nptdate:sudo apt-get install ntpdate。 />不行。
所以我尝试进行更新:apt-get更新(就像很久以前使用“ stretch”所做的一样)。
不行。我得到的是以下内容:错误:1 http://raspbian.raspberrypi.org/raspbian Stretch InRelease
解决'raspbian.raspberrypi.org'的临时失败错误:2 http:// mirrordirector。 raspbian.org/raspbian buster InRelease
解决'mirrordirector.raspbian.org'的临时故障
Err:3 http://archive.raspberrypi.org/debian Stretch InRelease
解决'archive的临时故障.raspberrypi.org'
何时可以使用Raspbian的更新服务器?几年前,我曾经在Stretch上使用此功能,现在又再次发生了!