PIP安装tensorflow:pip._vendor.urllib3.exceptions.readtimeouterror:httpsconnectionpool(host =' files.pythonhosted.org&port = 443):

发布于 2025-01-20 06:26:50 字数 751 浏览 0 评论 0 原文

当我尝试安装张量流时,我收到此错误,

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

,但仍然收到此错误。

I get this error when I try to install tensorflow

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))

I tried with

pip install tensorflow

Also

pip3 install tensorflow

pip3 install tensorflow --time-out=1000

pip install tensorflow --timeout-out=1000 future

But still got this error.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美煞众生 2025-01-27 06:26:50

您需要下载“ 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文