安装paddlehub出错/安装第三方库报错

pip install paddlehub

错误

ERROR: Exception:
Traceback (most recent call last):
  File "c:\users\10406\desktop\python\lib\site-packages\pip\_vendor\urllib3\response.py", line 360, in _error_catcher
    yield
  File "c:\users\10406\desktop\python\lib\site-packages\pip\_vendor\urllib3\response.py", line 442, in read
    data = self._fp.read(amt)
  File "c:\users\10406\desktop\python\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read

方法是加入 --default-timeout=100 设置超时时间

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --default-timeout=100 paddlehub

安装paddlehub出错/安装第三方库报错_第1张图片

你可能感兴趣的:(python)