1. 程式人生 > >pip3 install tensorflow :Could not find a version that satisfies the requirement tensorflow

pip3 install tensorflow :Could not find a version that satisfies the requirement tensorflow

使用pip3 install tensorflow安裝tensorflow的時候,顯示:
Collecting tensorflow
Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow

網上查了一下,可以
1.檢查一下python的位數 32位or64位 [可以點這個]
2.檢查一下python的版本

activate tensorflow
python -V

我一開始顯示的python版本為 3.7.1,
將python版本改成3.6.5就好了…orz…
截至(2018.10.31),TensorFlow似乎並不支援python3.7 ?

解決方法:可以在anaconda navigator中修改一下python的版本,圖是我修改為3.6.5後的結果。
在這裡插入圖片描述

然後就可以安裝了…
在這裡插入圖片描述

安裝成功~
在這裡插入圖片描述