Could not find a version that satisfies the requirement tensorflow-gpu==1.15
·
在虚拟环境里装 tensorflow-gpu 1.15版本时报的错,
然后试了下升级pip,再安装 tensorflow-gpu 就可以了,
pip install --upgrade pip
pip install tensorflow-gpu==1.15
参考 tensorflow 官网:https://www.tensorflow.org/install/pip
更多推荐



所有评论(0)