我将TensorFlow下载到Pycharm的环境python 3.6中,我收到以下错误:“tensorflow-1.0.0-cp35-cp35m-win_amd64.whl不是这个平台上支持的轮子”
我想知道哪些平台支持TensorFlow?
答案 0 :(得分:0)
你应该使用Python 3.5:" TensorFlow仅支持Windows上的3.5.x版Python。" (https://www.tensorflow.org/install/install_windows)。
您是如何尝试安装TensorFlow的?你用过Anaconda吗? 如果是这样,请尝试创建一个使用Python 3.5的环境:
conda create --name tensorflow python=3.5