Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

高性能插件只能在容器中安装吗 #3611

Open
4 tasks
benqwu opened this issue Mar 14, 2025 · 3 comments
Open
4 tasks

高性能插件只能在容器中安装吗 #3611

benqwu opened this issue Mar 14, 2025 · 3 comments
Assignees

Comments

@benqwu
Copy link

benqwu commented Mar 14, 2025

Checklist:

描述问题

没有在容器中,直接执行这个安装命令,会报错
D:\paddlex>paddlex --install hpi-cpu
Looking in links: d:\paddlex\paddlex\paddlex\hpip_links.html
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 "D:\paddlex.venv\Scripts\paddlex-script.py", line 33, in
sys.exit(load_entry_point('paddlex', 'console_scripts', 'paddlex')())
File "d:\paddlex\paddlex\paddlex_main_.py", line 26, in console_entry
main()
File "d:\paddlex\paddlex\paddlex\paddlex_cli.py", line 430, in main
install(args)
File "d:\paddlex\paddlex\paddlex\paddlex_cli.py", line 286, in install
_install_hpi_deps(device_type=device_type)
File "d:\paddlex\paddlex\paddlex\paddlex_cli.py", line 236, in _install_hpi_deps
return subprocess.check_call(
File "C:\Users\22H2\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['D:\paddlex\.venv\Scripts\python.exe', '-m', 'pip', 'install', '--find-links', 'd:\paddlex\paddlex\paddlex\hpip_links.html', 'ultra-infer-python', 'paddlex-hpi']' returned non-zero exit status 1.

复现

  1. 您是否已经正常运行我们提供的教程

  2. 您是否在教程的基础上修改代码内容?还请您提供运行的代码

  3. 您使用的数据集是?

  4. 请提供您出现的报错信息及相关log

环境

  1. 请提供您使用的PaddlePaddle和PaddleX的版本号

  2. 请提供您使用的操作系统信息,如Linux/Windows/MacOS

  3. 请问您使用的Python版本是?

  4. 请问您使用的CUDA/cuDNN的版本号是?

@Bobholamovic
Copy link
Member

你好,是的,高性能推理插件目前没有提供Windows版本的wheel包,所以在Windows上只能经由Docker容器使用。

@benqwu
Copy link
Author

benqwu commented Mar 14, 2025

你好,是的,高性能推理插件目前没有提供Windows版本的wheel包,所以在Windows上只能经由Docker容器使用。

谢谢。后续是否有计划推出Windows版本的wheel包吗?

@Bobholamovic
Copy link
Member

有计划的,但目前遇到了一些技术上的困难,具体的时间节点可能暂时还不能确定。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants