-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Description
问题描述 Issue Description
按照官网给出的命令安装3.2.0,cuda12.6的gpu版本paddlepaddle框架时,提示找不到满足的版本。
windows终端命令和结果如下:
(blm) PS C:\Users\Administrator> python -m pip --version
pip 25.1 from D:\MiniConda\envs\blm\lib\site-packages\pip (python 3.9)
(blm) PS C:\Users\Administrator> python --version
Python 3.9.16
(blm) PS C:\Users\Administrator> python -c "import platform;print(platform.architecture()[0]);print(platform.machine())"
64bit
AMD64
(blm) PS C:\Users\Administrator> python -m pip install paddlepaddle-gpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
Looking in indexes: https://www.paddlepaddle.org.cn/packages/stable/cu126/
ERROR: Could not find a version that satisfies the requirement paddlepaddle-gpu==3.2.0 (from versions: 3.0.0, 3.1.0, 3.1.1, 3.2.0.dev20250904)
ERROR: No matching distribution found for paddlepaddle-gpu==3.2.0
版本&环境信息 Version & Environment Information
cpu:AMD-9950x
cuda版本为12.8
gpu:5070ti