无法在Windows 7上安装TensorFlow [英] Unable to install tensorflow on windows 7

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

问题描述

我目前正在尝试在Windows 7(64位)上安装tensorflow.我有python 3.5.2版本(64位).我试图按照 https://www.tensorflow.org/install/install_windows 上的说明进行操作通过点击:

I'm currently trying to install tensorflow on windows 7 (64 bits). I have python 3.5.2 version (64 bits). I tried to follow the instructions on https://www.tensorflow.org/install/install_windows by taping:

pip3 install --upgrade tensorflow in the cmd.

我遇到以下错误:

找不到满足张量流需求的版本 从版本.从tensorflow中找不到匹配的分布.

Could not find a version that satisfies the requirement tensorflow from versions. No matching distributions found from tensorflow.

我尝试使用从 https://下载的轮文件的另一种方法pypi.python.org/pypi/tensorflow/1.0.1 :

pip3 install --upgrade tensorflow-1.0.1-cp35-cp35m-win_amd64

pip install --upgrade tensorflow-1.0.1-cp35-cp35m-win_amd64

它们都不起作用,现在它给了我

They both don't work and it gives me now:

找不到满足张量流需求的版本 从版本.找不到来自的车轮的匹配分布 张量流

Could not find a version that satisfies the requirement tensorflow from versions. No matching distributions found for wheel from tensorflow

有人可以帮我吗?!!!

Could someone help me please?!!!

推荐答案

尝试将pip3升级到最新版本并使用 {pip3 install --upgrade tensorflow}

Try upgrading pip3 to recent version and install using {pip3 install --upgrade tensorflow}

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

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