You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
λ ca6bb1981fd9 ~/PaddleX paddlex --install hpi-cpu
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Looking in links: https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/pipeline_deploy/high_performance_inference.md
ERROR: Could not find a version that satisfies the requirement ultra_infer_python (from versions: none)
ERROR: No matching distribution found for ultra_infer_python
Traceback (most recent call last):
File "/usr/local/bin/paddlex", line 8, in <module>
sys.exit(console_entry())
File "/root/PaddleX/paddlex/__main__.py", line 26, in console_entry
main()
File "/root/PaddleX/paddlex/paddlex_cli.py", line 424, in main
install(args)
File "/root/PaddleX/paddlex/paddlex_cli.py", line 280, in install
_install_hpi_deps(device_type=device_type)
File "/root/PaddleX/paddlex/paddlex_cli.py", line 233, in _install_hpi_deps
return subprocess.check_call(
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.10', '-m', 'pip', 'install', 'ultra_infer_python', 'paddlex_hpi', '--find-links', 'https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/pipeline_deploy/high_performance_inference.md']' returned non-zero exit status 1.
复现
paddlex --install hpi-cpu
The text was updated successfully, but these errors were encountered:
---- 回复的原邮件 ----
| 发件人 | Sherman ***@***.***> |
| 日期 | 2025年02月21日 23:10 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [PaddlePaddle/PaddleX] Docker 内安装高性能插件失败 (Issue #3428) |
#3428 (comment)
好的,目前正是这么做的,期待镜像更新哦
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were assigned.Message ID: ***@***.***>
yeliulee left a comment (PaddlePaddle/PaddleX#3428)
#3428 (comment)
好的,目前正是这么做的,期待镜像更新哦
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were assigned.Message ID: ***@***.***>
Checklist:
#3437
环境
根据官网最新 docker 安装的 paddlex
描述问题
安装高性能插件失败
疑似是 PR #3422 更新后,但是 docker 镜像内未使用最新 paddlex 导致的
报错如下
复现
The text was updated successfully, but these errors were encountered: