前几天在本地安装百度深度学习框架飞桨(PaddlePaddle),原以为按照官方的pip命令安装很简单,谁知上来就打脸了。
1、使用官方的安装命令:
python -m pip install paddlepaddle-gpu==2.4.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
安装报错:
Could not find a version that satisfies the requirement paddlepaddle-gpu==2.4.2 (from versions: none)

2