简体   繁体   English

使用pip挂起安装Dropbox

[英]Installing dropbox using pip hangs

I want to install dropbox using ' pip install dropbox ' but it constantly hangs when it comes to collect urllib3. 我想使用' pip install dropbox ' 安装dropbox ,但是在收集urllib3时,它始终挂起。 Any idea? 任何想法?

(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)

I ran into this and to get moving again I d/l'd url lib: https://pypi.python.org/simple/urllib3/ 我遇到了这个问题,然后再次移动我的URL库: https : //pypi.python.org/simple/urllib3/

I needed the same version you did, so i picked 1.22 and unzipped it and: 我需要的版本与您相同,因此我选择了1.22并解压缩,然后:

(sonikachu) masterblaster@thunderdrome:~/pokemon/sonikachu$ pip install -e ~/Downloads/urllib3-1.22

I did the rest of my pip install -r requiremnets no problemos 我完成了其余的pip install -r requiremnets没问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM