PaddlePaddle / Paddle

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
http://www.paddlepaddle.org/
Apache License 2.0
21.8k stars 5.47k forks source link

昇腾安装paddle-custom-npu报错 #65679

Open SpringSan opened 6 days ago

SpringSan commented 6 days ago

bug描述 Describe the Bug

在晟腾服务器中的镜像安装paddle根据光网的命令python -m pip install --pre paddle-custom-npu -i https://www.paddlepaddle.org.cn/packages/nightly/npu/ 报错ERROR: Could not find a version that satisfies the requirement paddle-custom-npu (from versions: none) ERROR: No matching distribution found for paddle-custom-npu

其他补充信息 Additional Supplementary Information

No response

SpringSan commented 6 days ago
1720000315064
qili93 commented 5 days ago

请问您环境中的Python版本是什么,CPU是什么架构的。可以参考如下命令输出

# 输出 pip 安装命令对应的 Python 版本
python --version
pip --version

# 输出系统架构
uname -m

辛苦提供下以上输出来判断下为何安装会报 “No matching distribution found” 的错误,谢谢!

SpringSan commented 5 days ago

Python 3.9.19 pip 24.0 from /usr/local/lib/python3.9/dist-packages/pip (python 3.9) aarch64 @qili93

saysbye commented 1 day ago

@qili93 是不是不支持aarch64 python 3.9 啊,我这也遇到了相同的问题,有对应版本的包吗