python2.x安装pandas出现这个错误,安装其它库的时候都没有 求大佬解答

新手上路,请多包涵

C:UsersDELL>C:Python27Scriptspip.exe install pandas
Collecting pandas
Downloading https://files.pythonhosted.or... (9.4MB)

17% |█████▋                          | 1.6MB 19kB/s eta 0:06:42Exception:

Traceback (most recent call last):
File "c:python27libsite-packagespipbasecommand.py", line 215, in main

status = self.run(options, args)

File "c:python27libsite-packagespipcommandsinstall.py", line 324, in run

requirement_set.prepare_files(finder)

File "c:python27libsite-packagespipreqreq_set.py", line 380, in prepare_files

ignore_dependencies=self.ignore_dependencies))

File "c:python27libsite-packagespipreqreq_set.py", line 620, in _prepare_file

session=self.session, hashes=hashes)

File "c:python27libsite-packagespipdownload.py", line 821, in unpack_url

hashes=hashes

File "c:python27libsite-packagespipdownload.py", line 659, in unpack_http_url

hashes)

File "c:python27libsite-packagespipdownload.py", line 882, in _download_http_url

_download_url(resp, link, content_file, hashes)

File "c:python27libsite-packagespipdownload.py", line 603, in _download_url

hashes.check_against_chunks(downloaded_chunks)

File "c:python27libsite-packagespiputilshashes.py", line 46, in check_against_chunks

for chunk in chunks:

File "c:python27libsite-packagespipdownload.py", line 571, in written_chunks

for chunk in chunks:

File "c:python27libsite-packagespiputilsui.py", line 139, in iter

for x in it:

File "c:python27libsite-packagespipdownload.py", line 560, in resp_read

decode_content=False):

File "c:python27libsite-packagespip_vendorrequestspackagesurllib3response.py", line 357, in stream

data = self.read(amt=amt, decode_content=decode_content)

File "c:python27libsite-packagespip_vendorrequestspackagesurllib3response.py", line 324, in read

flush_decoder = True

File "c:python27libcontextlib.py", line 35, in exit

self.gen.throw(type, value, traceback)

File "c:python27libsite-packagespip_vendorrequestspackagesurllib3response.py", line 246, in _error_catcher

raise ReadTimeoutError(self._pool, None, 'Read timed out.')

ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

阅读 3.3k
1 个回答

更新pip 重新install

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题