-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Build] ERROR: No matching distribution found for onnxruntime #21749
Comments
I saw python 3.12 wheels for Windows, Linux and Mac OS: Try use the official pypi instead of the tsinghua index. |
ERROR: onnxruntime-1.19.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl is not a supported wheel on this platform. |
目前还不支持 |
What Linux are you using? |
操作系统如下:
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.9.2009 (Core)
Release: 7.9.2009
Codename: Core
操作安装的结果是:
ERROR: onnxruntime-1.19.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl is not a supported wheel on this platform.
------------------------------------------------------------------
发件人:Tianlei Wu ***@***.***>
发送时间:2024年8月17日(星期六) 01:28
***@***.***>
***@***.***>; ***@***.***>
主 题:Re: [microsoft/onnxruntime] [Build] ERROR: No matching distribution found for onnxruntime (Issue #21749)
ERROR: onnxruntime-1.19.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl is not a supported wheel on this platform.
目前还不支持
What Linux are you using?
I just tried in Azure Linux and it is good. You can try Ubuntu in WSL (Windows Subsystem for Linux).
—
Reply to this email directly, view it on GitHub <#21749 (comment) >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AYTGPDZOWCLYB5HLIUCRK7TZRYZDBAVCNFSM6AAAAABMR2KE2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTHA4DONJTGY >.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
目前使用的系统如下:
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.9.2009 (Core)
Release: 7.9.2009
Codename: Core
------------------------------------------------------------------
发件人:Tianlei Wu ***@***.***>
发送时间:2024年8月17日(星期六) 01:28
***@***.***>
***@***.***>; ***@***.***>
主 题:Re: [microsoft/onnxruntime] [Build] ERROR: No matching distribution found for onnxruntime (Issue #21749)
ERROR: onnxruntime-1.19.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl is not a supported wheel on this platform.
目前还不支持
What Linux are you using?
I just tried in Azure Linux and it is good. You can try Ubuntu in WSL (Windows Subsystem for Linux).
—
Reply to this email directly, view it on GitHub <#21749 (comment) >, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AYTGPDZOWCLYB5HLIUCRK7TZRYZDBAVCNFSM6AAAAABMR2KE2OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJTHA4DONJTGY >.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
是不是centos 7 连 1.8都不支持 —————————————————————————————————————— |
CentOS Linux 7 reached end of life (EOL) on June 30, 2024 so we no longer support it since 1.17. |
I use docker
Do you have a suggestion to replace it? |
Nevermind, using |
Describe the issue
在使用pip install onnxruntime的时候, 报下面问题:
Using pip 24.2 from /home/deploy/anaconda3/envs/langchain_env/lib/python3.12/site-packages/pip (python 3.12)
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/
ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none)
ERROR: No matching distribution found for onnxruntime
请问同样的命令, 在python==3.11中尝试安装可以成功, 但是在3.12中不可以, 是因为目前还不知道python3.12版本么?
Urgency
No response
Target platform
Linux
Build script
pip install onnxruntime
Error / output
ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none)
ERROR: No matching distribution found for onnxruntime
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: