我目前正在阿里云上使用 Nvidia A10 GPU。
环境是
- Ubuntu 18.04 (仿生海狸) 64 位
- 库达 11.4.1
- 蟒蛇 3.7
我想安装 TensorFlow 2.7.0,它在其他 GPU 中运行良好,但为什么不呢?
命令行:
pip3 install tensorflow==2.7.0
错误显示为:
Collecting tensorflow==2.7.0
Could not find a version that satisfies the requirement tensorflow==2.7.0 (from versions: 1.13.1, 1.13.2, 1.14.0)
No matching distribution found for tensorflow==2.7.0
我是这样解决的:
sudo -H pip3 install --upgrade --ignore-installed pip setuptools