目前,我正在阿里巴巴云上使用nvidia A10 GPU。环境是
11.4.1
我想安装tensorflow 2.7.0,它在其他GPU中运行良好,但为什么不呢?错误显示为
root@iZtrrrmevfuyqhvmqzcZ:~# 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发布于 2022-09-28 06:52:29
我就这样解决了
sudo -H pip3 install --upgrade --ignore-installed pip setuptoolshttps://stackoverflow.com/questions/73877195
复制相似问题