我无法安装 tensorflow=1.4.1 [英] I am not able to install tensorflow=1.4.1

查看:83
本文介绍了我无法安装 tensorflow=1.4.1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行这个命令时pip install tensorflow==1.4.1

它没有运行并给出以下错误

<块引用>

找不到满足 tensorflow==1.4.1 要求的版本(来自版本:0.12.0rc0, 0.12.0rc1, 0.12.0, 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0,1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2.0, 1.340rc0、1.4.0rc1、1.4.0、1.5.0rc0、1.5.0rc1、1.5.0、1.5.1、1.6.0rc0、1.6.0rc1、1.6.0、1.7.0rc0、1.7.0rc.0、1.7.0rc1、1.5.11.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0)找不到 tensorflow==1.4.1 的匹配分布

请告诉我如何在cpu中安装

解决方案

这篇文章可能与 Windows 上的 Tensorflow 安装有关.

Tensorflow 1.4.1 不是为 Windows 构建的,因为 1.4.0 和 1.4.1 之间引入的更改不会影响 Tensorflow 在 Windows 平台上的行为.如果你想要一个兼容的 tensorflow 版本,1.4.0 版本似乎是一个合乎逻辑的选择.

所以如果在 Windows 上运行,请尝试

 pip install tensorflow==1.4.0

此问题已在 Tensorflow 问题跟踪器上讨论为 #15342..>

Hi when I run this commands pip install tensorflow==1.4.1

It not run and give the following error

Could not find a version that satisfies the requirement tensorflow==1.4.1 (from versions: 0.12.0rc0, 0.12.0rc1, 0.12.0, 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0) No matching distribution found for tensorflow==1.4.1

please tell me that how I can install in cpu

解决方案

This post is probably related to Tensorflow installation on Windows.

Tensorflow 1.4.1 was not built for Windows since changes introduced between 1.4.0 and 1.4.1 do not affect the behaviour of Tensorflow on Windows platform. If you want to have a compatible version of tensorflow, version 1.4.0 seems to be a logical choice.

So if running on Windows try instead

 pip install tensorflow==1.4.0

This issue has been discussed on Tensorflow issue tracker as #15342.

这篇关于我无法安装 tensorflow=1.4.1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆