ubuntu20.04安装tensorflow2.4,安装过程中出现了ERROR: Could not find a version that satisfies the requirement…

ubuntu20.04安装tensorflow2.4的过程中,出现了“ERROR: Could not find a version that satisfies the requirement astunparse~=1”的错误。
1.首先进入创建好的虚拟环境
在这里插入图片描述
2.使用豆瓣源安装,但是安装了好几次,每次都是不一样的错误

pip install tensorflow-gpu==2.4 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

在这里插入图片描述
在这里插入图片描述在这里插入图片描述
在这里插入图片描述3.然后换成阿里源,pip安装过慢

pip install tensorflow-gpu==2.4 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com

在这里插入图片描述
4.换成清华源,安装成功

pip install tensorflow-gpu==2.4 -i http://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host pypi.tuna.tsinghua.edu.cn

在这里插入图片描述在这里插入图片描述5.查看gpu是否可用
在这里插入图片描述

Published by

风君子

独自遨游何稽首 揭天掀地慰生平