【发布时间】:2018-10-03 02:28:40
【问题描述】:
我正在尝试在我的系统上安装谷歌的视觉 API。 我正在使用命令
pip install --upgrade google-cloud-vision
执行此命令时显示以下错误:
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000005D77DA0>:无法建立新连接:[WinError 10051] 尝试对无法访问的套接字操作 e network',)': /simple/google-cloud-vision/
找不到满足 google-cloud-vision 要求的版本(来自版本:)。找不到与 google-cloud-vision 匹配的分布
请帮忙。我该如何解决这个问题?
注意:- 我已经通过 .whl 文件安装了 openCV,它安装得很好。但是当我尝试通过相同的过程安装 scikit-image 时,它显示了上述错误。
【问题讨论】:
标签: python python-3.x pip vision