pip跟新失败
来源:1-2 实战:新闻管理系统项目展示
玖__
2020-05-30 11:24:30
老师,我的pip更新失败,是怎么回事,更新到一半就出现红字
2回答
玖__
提问者
2020-05-30
PS C:\Windows\system32> python -m pip install --upgrade pip
Collecting pip
Downloading https://files.pythonhosted.org/packages/43/84/23ed6a1796480a6f1a2d38f2802901d078266bda38388954d01d3f2e821d/pip-20.1.1-py2.py3-none-any.whl (1.5MB)
30% |█████████▊ | 450kB 1.9kB/s eta 0:09:04Exception:
Traceback (most recent call last):
File "E:\Python37\lib\site-packages\pip\_vendor\urllib3\response.py", line 302, in _error_catcher
yield
File "E:\Python37\lib\site-packages\pip\_vendor\urllib3\response.py", line 384, in read
data = self._fp.read(amt)
File "E:\Python37\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 60, in read
data = self.__fp.read(amt)
File "E:\Python37\lib\http\client.py", line 447, in read
n = self.readinto(b)
File "E:\Python37\lib\http\client.py", line 491, in readinto
n = self.fp.readinto(b)
File "E:\Python37\lib\socket.py", line 589, in readinto
return self._sock.recv_into(b)
File "E:\Python37\lib\ssl.py", line 1052, in recv_into
return self.read(nbytes, buffer)
File "E:\Python37\lib\ssl.py", line 911, in read
return self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\Python37\lib\site-packages\pip\_internal\basecommand.py", line 228, in main
status = self.run(options, args)
File "E:\Python37\lib\site-packages\pip\_internal\commands\install.py", line 291, in run
resolver.resolve(requirement_set)
File "E:\Python37\lib\site-packages\pip\_internal\resolve.py", line 103, in resolve
self._resolve_one(requirement_set, req)
File "E:\Python37\lib\site-packages\pip\_internal\resolve.py", line 257, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "E:\Python37\lib\site-packages\pip\_internal\resolve.py", line 210, in _get_abstract_dist_for
self.require_hashes
File "E:\Python37\lib\site-packages\pip\_internal\operations\prepare.py", line 310, in prepare_linked_requirement
progress_bar=self.progress_bar
File "E:\Python37\lib\site-packages\pip\_internal\download.py", line 837, in unpack_url
progress_bar=progress_bar
File "E:\Python37\lib\site-packages\pip\_internal\download.py", line 674, in unpack_http_url
progress_bar)
File "E:\Python37\lib\site-packages\pip\_internal\download.py", line 898, in _download_http_url
_download_url(resp, link, content_file, hashes, progress_bar)
File "E:\Python37\lib\site-packages\pip\_internal\download.py", line 618, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "E:\Python37\lib\site-packages\pip\_internal\utils\hashes.py", line 48, in check_against_chunks
for chunk in chunks:
File "E:\Python37\lib\site-packages\pip\_internal\download.py", line 586, in written_chunks
for chunk in chunks:
File "E:\Python37\lib\site-packages\pip\_internal\utils\ui.py", line 159, in iter
for x in it:
File "E:\Python37\lib\site-packages\pip\_internal\download.py", line 575, in resp_read
decode_content=False):
File "E:\Python37\lib\site-packages\pip\_vendor\urllib3\response.py", line 436, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "E:\Python37\lib\site-packages\pip\_vendor\urllib3\response.py", line 401, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "E:\Python37\lib\contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "E:\Python37\lib\site-packages\pip\_vendor\urllib3\response.py", line 307, in _error_catcher
raise ReadTimeoutError(self._pool, None, 'Read timed out.')
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
You are using pip version 10.0.1, however version 20.2b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
老师,出错提示是这样的。是怎么回事啊
相似问题