python 安装模块报错 response.py", line 302, in _error_catcher

时间:2023-12-11 11:18:50

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