python 安装模块报错

Exception:
Traceback (most recent call last):
File "/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py", line 302, in _error_catcher
yield
File "/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/response.py", line 384, in read
data = self._fp.read(amt)
File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/filewrapper.py", line 60, in read
data = self.__fp.read(amt)

 

安装的使用在后面指定镜像来源

加上

-i https://pypi.doubanio.com/simple

 

pip3 install grpcio-tools -i https://pypi.doubanio.com/simple

 

相关文章:

  • 2021-10-11
  • 2021-09-06
  • 2021-04-13
  • 2022-02-13
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
  • 2021-12-16
  • 2022-12-23
  • 2021-05-26
  • 2021-09-17
相关资源
相似解决方案