无法安装TensorFlow

时间:2017-11-09 13:47:50

标签: python windows tensorflow pip

尝试使用pip3 install tensorflow-gpu安装tensorflow-gpu时,收到以下错误消息:

Collecting tensorflow-gpu
Could not find a version that satisfies the requirement tensorflow-gpu (from versions: )
No matching distribution found for tensorflow-gpu

我已经安装了NVIDIA CUDA drivers。我重新启动了我的系统。我用python-3.7.0a2-amd64-webinstall.exe重新安装了python。我做错了什么?

2 个答案:

答案 0 :(得分:0)

试试这个:

isi status -q | grep -e "^Size" -e "^Used" -e "^Avail" | awk '{print "\t\t\t"$1 $2}' |& isi_classic snapshot usage | awk -v OFS='\t\t\t' 'END{printf "%sSnapshot USED %:%.1f%%\n%sSnapshot USED:%s\n",OFS,$4,OFS,$1}'
                        Snapshot USED :0.6%
                        Snapshot USED:3.3T

答案 1 :(得分:0)

使用Python 3.5.x解决了这个问题。