下载tensorflow-gpu==2.4.0时出现错误

Have an error when downloading tensorflow-gpu==2.4.0

enter image description here

报告为 '无法获取 URL https://pypi.tuna.tsinghua.edu.cn/simple/tensorflow-gpu/:确认 ssl 证书时出现问题:HTTPSConnectionPool(主机='pypi.tuna.tsinghua.edu.cn',端口=443):url 超出最大重试次数:/simple/tensorflow-gpu/(由 SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1125)')) 引起)- 跳过 错误:找不到满足要求的版本 tensorflow-gpu==2.4.0 错误:找不到与 tensorflow-gpu==2.4.0'

匹配的分布

cuda==11.0.2 cudnn=8.0 python==3.8.6 pip==21.0.1

Tensorflow 已将 gpu 版本包含在其版本 2 的 tensorflow 包中。https://www.tensorflow.org/install/pip

你现在就可以pip install tensorflow==2.4.0,你会得到gpu版本。