-
Notifications
You must be signed in to change notification settings - Fork 211
Description
架构:aarch 64
操作系统:Ubuntu 22.04.5 LTS
Python:3.11
npu:昇腾 ascend_910b
尝试1. 参照 https://www.paddlepaddle.org.cn/documentation/docs/zh/hardware_support/npu/paddle_tutorial_cn.html 安装 CustomDevice,执行如下命令:
python -m pip install 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
尝试2. 直接从 https://www.paddlepaddle.org.cn/packages/stable/npu/paddle-custom-npu/ 下载whl文件,执行如下命令:
pip install paddle_custom_npu-3.0.0-cp310-cp310-linux_aarch64.whl
报错
·paddle_custom_npu-3.0.0-cp310-cp310-linux_aarch64.whl is not a supported wheel on this platform.·
这个platform不兼容,是指python不兼容(本机python 3.11),还是npu型号不兼容呢?
哪里有兼容本机环境的whl文件可下载吗?