我想使用' pip install dropbox '安装Dropbox 但它在收集urllib3时经常挂起。 有什么想法吗?
(venv) E:\Python\DropBoxClient\webapp>pip install dropbox
Collecting dropbox
Using cached dropbox-8.5.0-py3-none-any.whl
Collecting requests>=2.16.2 (from dropbox)
Using cached requests-2.18.4-py2.py3-none-any.whl
Collecting six>=1.3.0 (from dropbox)
Using cached six-1.11.0-py2.py3-none-any.whl
Collecting idna<2.7,>=2.5 (from requests>=2.16.2->dropbox)
Using cached idna-2.6-py2.py3-none-any.whl
Collecting urllib3<1.23,>=1.21.1 (from requests>=2.16.2->dropbox)
答案 0 :(得分:0)
我遇到了这个并且再次开始行动我不喜欢你的网站:https://pypi.python.org/simple/urllib3/
我需要你做的相同版本,所以我选择了1.22并解压缩它:
az
我完成了其余的pip install -r requiremnets no problemos