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

本文详细解析了在使用pip安装PaddleHub过程中遇到的错误,并提供了解决方案,包括设置超时时间和更换镜像源的方法。
3119

被折叠的 条评论
为什么被折叠?



