-
Notifications
You must be signed in to change notification settings - Fork 3.2k
No matching distribution found for onnxruntime (pip3 install onnxruntime) #5847
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
Comments
We haven't supported python 3.9 yet. |
There is no prebuilt package available, but you can build onnxruntime from source by following the document at https://github.com/microsoft/onnxruntime/blob/master/BUILD.md Please add "--build_wheel" to your build args. |
is there support for python 3.6, I meet this ERROR yet. |
No. Python 3.6 is EOL. We ended the support too. |
Hi, I'm trying to install onnxruntime by using pip3, but I'm facing a problem with that.
System information
To Reproduce
pip3 install onnxruntime
Expected behavior
onnxruntime installed
Screenshots

The text was updated successfully, but these errors were encountered: