问题描述
我无法在Windows上安装tensorflow,pip正常工作,但仍然存在此问题..
I am not able to install tensorflow on windows, the pip is working correctly but still this issues is there ..
推荐答案
首先,请确保您在计算机上安装了Python 3.5.2 (64位版本),您可以此处.然后,将其路径添加到您的环境变量中,路径可能类似于* C:\ Users \ username \ AppData \ Local \ Programs \ Python \ Python35 *.完成这些步骤后,请尝试通过PIP安装TensorFlow.
Firstly, make sure you've got Python 3.5.2 (64-bit version) installed on your computer, which you can do it here. Then, add its path to your environment variable, the path may look something like *C:\Users\username\AppData\Local\Programs\Python\Python35*. After you've followed these steps try to install TensorFlow via PIP.
注意-TensorFlow在Windows上仅支持64位Python 3.5.
Note - TensorFlow supports only 64-bit Python 3.5 on Windows.
这篇关于Windows上的Tensorflow安装问题"tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl在平台上不受支持".的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!