PaddleX
PaddleX copied to clipboard
[PaddleX在昇腾910b 机器安装时报错 No matching distribution found for tool_helpers ]
描述问题
机器华为昇腾910b机器,安装paddleX,在执行paddlex --install 报错
报错信息:
Collecting safetensors (from -r /tmp/tmpgr5ue_nk/requirements.txt (line 23))
Using cached safetensors-0.4.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB)
ERROR: Could not find a version that satisfies the requirement tool_helpers (from versions: none)
ERROR: No matching distribution found for tool_helpers
Traceback (most recent call last):
File "/usr/bin/paddlex", line 33, in
复现
参考拉取910b推荐镜像,并执行该链接下pip命令安装paddlepaddle及 paddle_custom_npu git clone https://github.com/PaddlePaddle/PaddleX.git 拉取最新paddleX代码 cd PaddleX pip install -e . paddlex --install 执行到此步骤时报了上述错误信息
环境
昇腾910b3机器,linux aarch64系统,拉取镜像https://github.com/PaddlePaddle/PaddleX/blob/release/3.0-beta/docs/tutorials/INSTALL_OTHER_DEVICES.md
可以参考下这个文档 https://github.com/PaddlePaddle/PaddleX/blob/release/3.0-beta/docs/tutorials/base/devices_use_guidance.md 先手动安装tool_helpers再安装PaddleX pip install https://paddle-model-ecology.bj.bcebos.com/paddlex/whl/paddlenlp-device/tool_helpers-0.1.1-cp39-cp39-linux_aarch64.whl
可以参考上述方法
The issue has no response for a long time and will be closed. You can reopen or new another issue if are still confused.
From Bot