Windows 上的 TensorFlow:“pip install tensorflow"失败 [英] TensorFlow on Windows: "pip install tensorflow" fails

查看:43
本文介绍了Windows 上的 TensorFlow:“pip install tensorflow"失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是 Visual Studio 2015、Python 3.5.2、Windows 10,并且最近将 pip 升级到 9.0.1.我正在尝试在我的系统上安装 Tensorflow 0.12.我尝试使用VS内置的安装Python包"功能,以及命令提示

I am using Visual Studio 2015, Python 3.5.2, Windows 10, and have recently upgraded pip to 9.0.1. I am trying to install Tensorflow 0.12 on my system. I tried to use VS's built in "Install Python Package" function, as well as command prompting

pip install python

两种方式我都得到同样的错误:

Both ways I get the same error:

Installing 'tensorflow'
Collecting tensorflow
  Could not find a version that satisfies the requirement tensorflow (from versions: )
No matching distribution found for tensorflow
'tensorflow' failed to install. Exit code: 1`

我不知道从这里开始做什么.据说 pip 命令是我必须做的所有其他地方都没有任何故障排除.

I don't know what to do from here. Supposedly the pip command was all I had to do so nowhere else has any troubleshooting.

Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2013, 22:01:18) [MSC v.1900 32 bit (Intel)] on win32

推荐答案

根据您的 Python 版本字符串,您正在运行 32 位版本的 Python 解释器.我们只为 Python 3.5 的 64 位 版本制作了 PIP 包,可以从 Python.org 或 Anaconda 单独下载和安装.

According to your Python version string, you are running the 32-bit version of the Python interpreter. We have only made PIP packages for the 64-bit version of the Python 3.5, which can be downloaded and installed separately from Python.org or Anaconda.

这篇关于Windows 上的 TensorFlow:“pip install tensorflow"失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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