Skip to content

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

Closed
Awakawaka opened this issue Nov 18, 2020 · 6 comments
Closed

Comments

@Awakawaka
Copy link

Hi, I'm trying to install onnxruntime by using pip3, but I'm facing a problem with that.

System information

  • MacOS Catalina
  • Python version: 3.9.0

To Reproduce
pip3 install onnxruntime

Expected behavior
onnxruntime installed

Screenshots
Снимок экрана 2020-11-18 в 15 41 40

@snnn
Copy link
Member

snnn commented Nov 18, 2020

We haven't supported python 3.9 yet.

@snnn
Copy link
Member

snnn commented Nov 18, 2020

#5697

@snnn snnn closed this as completed Nov 18, 2020
@snnn
Copy link
Member

snnn commented Nov 18, 2020

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.

@Borda
Copy link

Borda commented Dec 13, 2020

@snnn is there support for python 3.9? I found in #2664 that pip shall be upgraded to 20.3

@fucker007
Copy link

is there support for python 3.6, I meet this ERROR yet.

@snnn
Copy link
Member

snnn commented Jul 18, 2022

is there support for python 3.6, I meet this ERROR yet.

No. Python 3.6 is EOL. We ended the support too.

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

4 participants