Windows 7上的Tensorflow安装错误 [英] Tensorflow installation error on Windows 7

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

问题描述

我将要在anaconda环境中安装tensorflow,但是我遇到了一些问题.输入以下命令后

I am just about to install tensorflow to Anaconda environment, but I have some problems. Once I put the following command

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.0-cp35-cp35m-win_x86_64.whl

我收到错误消息:tensorflow_gpu_1.0.0-cp35-cp35m-win_x86_64.whl在此平台上不受支持.然后,我使用以下命令升级了pip:

I get the error message: tensorflow_gpu_1.0.0-cp35-cp35m-win_x86_64.whl is not a supported wheel on this platform. Then I upgraded pip with this command:

pip install --upgrade pip

但是什么也没发生.我有python 3.5.2和Anaconda 4.2.0(64位).

But nothing happened. I have python 3.5.2 and Anaconda 4.2.0 (64 bit).

预先感谢

推荐答案

使用amd64而不是x86_64进行安装:

pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.0-cp35-cp35m-win_amd64.whl

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

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