在我的Jupyter笔记本中安装Fuzzywuzzy库时出错

时间:2018-08-22 12:57:56

标签: python string installation nlp fuzzywuzzy

当我尝试在Jupyter笔记本中安装fuzzywuzzy库时, 我遇到错误了。

Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication 
Required',))': /simple/fuzzywuzzy/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication 
Required',))': /simple/fuzzywuzzy/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication 
Required',))': /simple/fuzzywuzzy/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication 
Required',))': /simple/fuzzywuzzy/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 'ProxyError('Cannot connect to 
proxy.', OSError('Tunnel connection failed: 407 Proxy Authentication 
Required',))': /simple/fuzzywuzzy/
Could not find a version that satisfies the requirement fuzzywuzzy (from 
versions: )
No matching distribution found for fuzzywuzzy

有人可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

尝试以下操作:pip install --proxy https://username:pwd@proxy:host fuzzywuzzy