【问题标题】:Error while installing fuzzywuzzy library in my jupyter notebook在我的 jupyter 笔记本中安装fuzzywuzzy 库时出错
【发布时间】: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


【解决方案1】:

试试这个:pip install --proxy https://username:pwd@proxy:host fuzzywuzzy

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-01-04
    • 1970-01-01
    • 1970-01-01
    • 2018-07-19
    • 2018-07-28
    • 1970-01-01
    相关资源
    最近更新 更多