1. 程式人生 > >Could not find a version that satisfies the requirement tensorflow-gpu (from versions: ) No matchin

Could not find a version that satisfies the requirement tensorflow-gpu (from versions: ) No matchin

新電腦 安裝了 python3.7 然後安裝 pip install tensorflow-gpu 怎麼都報上面的錯誤 

原來 因為為tensorflow只支援python3.5版本的,不支援3.6的

使用conda 配置python3.5的環境!

conda create --name python35 python=3.5

 

pip install tensorflow-gpu

yesyes