【发布时间】:2018-08-22 12:57:56
【问题描述】:
当我尝试在我的 jupyter 笔记本中安装 fuzzywuzzylibrary 时,
我遇到了错误。
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
谁能帮帮我??
【问题讨论】:
-
您解决了这个问题吗?如果有,怎么做?
标签: python string installation nlp fuzzywuzzy