大佬们,为啥我3.8.2的python pip下什么都报错?
大佬们,为啥我3.8.2的python pip下什么都报错?这是我下django报错
Traceback (most recent call last):
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
yield
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 507, in read
data = self._fp.read(amt) if not fp_closed else b""
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
data = self.__fp.read(amt)
File "c:\jeff_work\python_install\lib\http\client.py", line 454, in read
n = self.readinto(b)
File "c:\jeff_work\python_install\lib\http\client.py", line 498, in readinto
n = self.fp.readinto(b)
File "c:\jeff_work\python_install\lib\socket.py", line 669, in readinto
return self._sock.recv_into(b)
File "c:\jeff_work\python_install\lib\ssl.py", line 1241, in recv_into
return self.read(nbytes, buffer)
File "c:\jeff_work\python_install\lib\ssl.py", line 1099, 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 "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\base_command.py", line 188, in _main
status = self.run(options, args)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\req_command.py", line 185, in wrapper
return func(self, options, args)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\commands\install.py", line 332, in run
requirement_set = resolver.resolve(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 179, in resolve
discovered_reqs.extend(self._resolve_one(requirement_set, req))
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 362, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 314, in _get_abstract_dist_for
abstract_dist = self.preparer.prepare_linked_requirement(req)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 410, in prepare_linked_requirement
local_file = unpack_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 194, in unpack_url
file = get_http_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 123, in get_http_url
from_path, content_type = _download_http_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 220, in _download_http_url
for chunk in download.chunks:
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\progress_bars.py", line 166, in iter
for x in it:
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\network\utils.py", line 15, in response_chunks
for chunk in response.raw.stream(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 564, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 529, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "c:\jeff_work\python_install\lib\contextlib.py", line 131, in __exit__
self.gen.throw(type, value, traceback)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 430, 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.
C:\Users\hp580-3djj>pip install Django
Collecting Django
Downloading Django-3.0.6-py3-none-any.whl (7.5 MB)
|██████ | 1.4 MB 7.9 kB/s eta 0:12:56ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
yield
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 507, in read
data = self._fp.read(amt) if not fp_closed else b""
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
data = self.__fp.read(amt)
File "c:\jeff_work\python_install\lib\http\client.py", line 454, in read
n = self.readinto(b)
File "c:\jeff_work\python_install\lib\http\client.py", line 498, in readinto
n = self.fp.readinto(b)
File "c:\jeff_work\python_install\lib\socket.py", line 669, in readinto
return self._sock.recv_into(b)
File "c:\jeff_work\python_install\lib\ssl.py", line 1241, in recv_into
return self.read(nbytes, buffer)
File "c:\jeff_work\python_install\lib\ssl.py", line 1099, 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 "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\base_command.py", line 188, in _main
status = self.run(options, args)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\req_command.py", line 185, in wrapper
return func(self, options, args)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\commands\install.py", line 332, in run
requirement_set = resolver.resolve(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 179, in resolve
discovered_reqs.extend(self._resolve_one(requirement_set, req))
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 362, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 314, in _get_abstract_dist_for
abstract_dist = self.preparer.prepare_linked_requirement(req)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 410, in prepare_linked_requirement
local_file = unpack_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 194, in unpack_url
file = get_http_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 123, in get_http_url
from_path, content_type = _download_http_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 220, in _download_http_url
for chunk in download.chunks:
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\progress_bars.py", line 166, in iter
for x in it:
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\network\utils.py", line 15, in response_chunks
for chunk in response.raw.stream(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 564, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 529, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "c:\jeff_work\python_install\lib\contextlib.py", line 131, in __exit__
self.gen.throw(type, value, traceback)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 430, 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. 换国内源:
pip install 模块名称 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Django 看最后一行报错原因,是连接超时,按楼上做就可以了 永恒的蓝色梦想 发表于 2020-5-17 17:18
哇,谢谢,我发了两个贴,终于能下载了 亲测可用哦~{:10_297:}Microsoft Windows [版本 10.0.18362.836]
(c) 2019 Microsoft Corporation。保留所有权利。
C:\WINDOWS\system32>pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Django
Looking in indexes: http://pypi.douban.com/simple
Collecting Django
Downloading http://pypi.doubanio.com/packages/9d/04/04abb097c84c770180eeebe7ed920ce42f9917ab5ad4de01ff8ed11bc25b/Django-3.0.6-py3-none-any.whl (7.5 MB)
|████████████████████████████████| 7.5 MB 1.7 MB/s
Collecting sqlparse>=0.2.2
Downloading http://pypi.doubanio.com/packages/85/ee/6e821932f413a5c4b76be9c5936e313e4fc626b33f16e027866e1d60f588/sqlparse-0.3.1-py2.py3-none-any.whl (40 kB)
|████████████████████████████████| 40 kB 871 kB/s
Requirement already satisfied: pytz in d:\python\lib\site-packages (from Django) (2019.3)
Collecting asgiref~=3.2
Downloading http://pypi.doubanio.com/packages/68/00/25013f7310a56d17e1ab6fd885d5c1f216b7123b550d295c93f8e29d372a/asgiref-3.2.7-py2.py3-none-any.whl (19 kB)
Could not build wheels for pytz, since package 'wheel' is not installed.
Installing collected packages: sqlparse, asgiref, Django
Successfully installed Django-3.0.6 asgiref-3.2.7 sqlparse-0.3.1
C:\WINDOWS\system32> 焦健鬼 发表于 2020-5-17 17:20
哇,谢谢,我发了两个贴,终于能下载了
那就选个最佳吧{:10_297:} hrp 发表于 2020-5-17 17:20
看最后一行报错原因,是连接超时,按楼上做就可以了
谢谢
页:
[1]