PIP安装tensorflow:pip._vendor.urllib3.exceptions.readtimeouterror:httpsconnectionpool(host =' files.pythonhosted.org&port = 443):
当我尝试安装张量流时,我收到此错误,
pip install tensorflow
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
pip._vendor.urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(10054, 'Se ha forzado la interrupción de una conexión existente por el host remoto', None, 10054, None)", ConnectionResetError(10054, 'Se ha forzado la interrupción de una conexión existente por el host remoto', None, 10054, None))
尝试过
pip install tensorflow
我也
pip3 install tensorflow
pip3 install tensorflow --time-out=1000
pip install tensorflow --timeout-out=1000 future
,但仍然收到此错误。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要下载“ Microsoft Visual C ++可重新分布”,因为这是必需的。这是您可以下载它的链接。
我希望这能解决这个问题。
You need to download 'Microsoft Visual C++ Redistributable', because it's a requirement. This is the link in which you can download it. https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
I hope this solve the problem.