鱼C论坛

 找回密码
 立即注册
查看: 1110|回复: 7

[已解决]大佬们,为啥我3.8.2的python pip下什么都报错?

[复制链接]
发表于 2020-5-17 17:15:37 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
大佬们,为啥我3.8.2的python pip下什么都报错?
这是我下django报错
  1. Traceback (most recent call last):
  2.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
  3.     yield
  4.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 507, in read
  5.     data = self._fp.read(amt) if not fp_closed else b""
  6.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
  7.     data = self.__fp.read(amt)
  8.   File "c:\jeff_work\python_install\lib\http\client.py", line 454, in read
  9.     n = self.readinto(b)
  10.   File "c:\jeff_work\python_install\lib\http\client.py", line 498, in readinto
  11.     n = self.fp.readinto(b)
  12.   File "c:\jeff_work\python_install\lib\socket.py", line 669, in readinto
  13.     return self._sock.recv_into(b)
  14.   File "c:\jeff_work\python_install\lib\ssl.py", line 1241, in recv_into
  15.     return self.read(nbytes, buffer)
  16.   File "c:\jeff_work\python_install\lib\ssl.py", line 1099, in read
  17.     return self._sslobj.read(len, buffer)
  18. socket.timeout: The read operation timed out

  19. During handling of the above exception, another exception occurred:

  20. Traceback (most recent call last):
  21.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\base_command.py", line 188, in _main
  22.     status = self.run(options, args)
  23.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\req_command.py", line 185, in wrapper
  24.     return func(self, options, args)
  25.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\commands\install.py", line 332, in run
  26.     requirement_set = resolver.resolve(
  27.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 179, in resolve
  28.     discovered_reqs.extend(self._resolve_one(requirement_set, req))
  29.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 362, in _resolve_one
  30.     abstract_dist = self._get_abstract_dist_for(req_to_install)
  31.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 314, in _get_abstract_dist_for
  32.     abstract_dist = self.preparer.prepare_linked_requirement(req)
  33.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 410, in prepare_linked_requirement
  34.     local_file = unpack_url(
  35.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 194, in unpack_url
  36.     file = get_http_url(
  37.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 123, in get_http_url
  38.     from_path, content_type = _download_http_url(
  39.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 220, in _download_http_url
  40.     for chunk in download.chunks:
  41.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\progress_bars.py", line 166, in iter
  42.     for x in it:
  43.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\network\utils.py", line 15, in response_chunks
  44.     for chunk in response.raw.stream(
  45.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 564, in stream
  46.     data = self.read(amt=amt, decode_content=decode_content)
  47.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 529, in read
  48.     raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  49.   File "c:\jeff_work\python_install\lib\contextlib.py", line 131, in __exit__
  50.     self.gen.throw(type, value, traceback)
  51.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 430, in _error_catcher
  52.     raise ReadTimeoutError(self._pool, None, "Read timed out.")
  53. pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

  54. C:\Users\hp580-3djj>pip install Django
  55. Collecting Django
  56.   Downloading Django-3.0.6-py3-none-any.whl (7.5 MB)
  57.      |██████                          | 1.4 MB 7.9 kB/s eta 0:12:56ERROR: Exception:
  58. Traceback (most recent call last):
  59.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
  60.     yield
  61.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 507, in read
  62.     data = self._fp.read(amt) if not fp_closed else b""
  63.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
  64.     data = self.__fp.read(amt)
  65.   File "c:\jeff_work\python_install\lib\http\client.py", line 454, in read
  66.     n = self.readinto(b)
  67.   File "c:\jeff_work\python_install\lib\http\client.py", line 498, in readinto
  68.     n = self.fp.readinto(b)
  69.   File "c:\jeff_work\python_install\lib\socket.py", line 669, in readinto
  70.     return self._sock.recv_into(b)
  71.   File "c:\jeff_work\python_install\lib\ssl.py", line 1241, in recv_into
  72.     return self.read(nbytes, buffer)
  73.   File "c:\jeff_work\python_install\lib\ssl.py", line 1099, in read
  74.     return self._sslobj.read(len, buffer)
  75. socket.timeout: The read operation timed out

  76. During handling of the above exception, another exception occurred:

  77. Traceback (most recent call last):
  78.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\base_command.py", line 188, in _main
  79.     status = self.run(options, args)
  80.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\req_command.py", line 185, in wrapper
  81.     return func(self, options, args)
  82.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\commands\install.py", line 332, in run
  83.     requirement_set = resolver.resolve(
  84.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 179, in resolve
  85.     discovered_reqs.extend(self._resolve_one(requirement_set, req))
  86.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 362, in _resolve_one
  87.     abstract_dist = self._get_abstract_dist_for(req_to_install)
  88.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 314, in _get_abstract_dist_for
  89.     abstract_dist = self.preparer.prepare_linked_requirement(req)
  90.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 410, in prepare_linked_requirement
  91.     local_file = unpack_url(
  92.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 194, in unpack_url
  93.     file = get_http_url(
  94.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 123, in get_http_url
  95.     from_path, content_type = _download_http_url(
  96.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 220, in _download_http_url
  97.     for chunk in download.chunks:
  98.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\progress_bars.py", line 166, in iter
  99.     for x in it:
  100.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\network\utils.py", line 15, in response_chunks
  101.     for chunk in response.raw.stream(
  102.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 564, in stream
  103.     data = self.read(amt=amt, decode_content=decode_content)
  104.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 529, in read
  105.     raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
  106.   File "c:\jeff_work\python_install\lib\contextlib.py", line 131, in __exit__
  107.     self.gen.throw(type, value, traceback)
  108.   File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 430, in _error_catcher
  109.     raise ReadTimeoutError(self._pool, None, "Read timed out.")
  110. pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
复制代码
最佳答案
2020-5-17 17:18:06
  1. pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Django
复制代码
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2020-5-17 17:17:41 | 显示全部楼层
换国内源:
  1. pip install 模块名称 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
复制代码

评分

参与人数 1荣誉 +1 鱼币 +3 贡献 +1 收起 理由
焦健鬼 + 1 + 3 + 1 也谢谢,但是只能设一个最佳,所以给你评分

查看全部评分

小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-17 17:18:06 | 显示全部楼层    本楼为最佳答案   
  1. pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Django
复制代码
小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-17 17:20:27 From FishC Mobile | 显示全部楼层
看最后一行报错原因,是连接超时,按楼上做就可以了
小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2020-5-17 17:20:33 | 显示全部楼层

哇,谢谢,我发了两个贴,终于能下载了
小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-17 17:20:37 | 显示全部楼层
亲测可用哦~
  1. Microsoft Windows [版本 10.0.18362.836]
  2. (c) 2019 Microsoft Corporation。保留所有权利。

  3. C:\WINDOWS\system32>pip install -i http://pypi.douban.com/simple --trusted-host pypi.douban.com Django
  4. Looking in indexes: http://pypi.douban.com/simple
  5. Collecting Django
  6.   Downloading http://pypi.doubanio.com/packages/9d/04/04abb097c84c770180eeebe7ed920ce42f9917ab5ad4de01ff8ed11bc25b/Django-3.0.6-py3-none-any.whl (7.5 MB)
  7.      |████████████████████████████████| 7.5 MB 1.7 MB/s
  8. Collecting sqlparse>=0.2.2
  9.   Downloading http://pypi.doubanio.com/packages/85/ee/6e821932f413a5c4b76be9c5936e313e4fc626b33f16e027866e1d60f588/sqlparse-0.3.1-py2.py3-none-any.whl (40 kB)
  10.      |████████████████████████████████| 40 kB 871 kB/s
  11. Requirement already satisfied: pytz in d:\python\lib\site-packages (from Django) (2019.3)
  12. Collecting asgiref~=3.2
  13.   Downloading http://pypi.doubanio.com/packages/68/00/25013f7310a56d17e1ab6fd885d5c1f216b7123b550d295c93f8e29d372a/asgiref-3.2.7-py2.py3-none-any.whl (19 kB)
  14. Could not build wheels for pytz, since package 'wheel' is not installed.
  15. Installing collected packages: sqlparse, asgiref, Django
  16. Successfully installed Django-3.0.6 asgiref-3.2.7 sqlparse-0.3.1

  17. C:\WINDOWS\system32>
复制代码
小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-5-17 17:22:13 | 显示全部楼层
焦健鬼 发表于 2020-5-17 17:20
哇,谢谢,我发了两个贴,终于能下载了

那就选个最佳吧
小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2020-5-17 17:23:03 | 显示全部楼层
hrp 发表于 2020-5-17 17:20
看最后一行报错原因,是连接超时,按楼上做就可以了

谢谢
小甲鱼最新课程 -> https://ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-6-19 14:18

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表