ERROR: No matching distribution found for onnxruntime==1.7.0

See original GitHub issue

I keep getting the following error, when installing ivadomed from source on Compute Canada (graham). ERROR: No matching distribution found for onnxruntime==1.7.0

Whether with python==3.9.7 or python==3.8, and pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 --find-links https://download.pytorch.org/whl/torch_stable.html, I still run into the same error.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
etettehcommented, Jan 31, 2022

Thanks. I commented onnxruntime out both here and here, and that issue was resolved.

However, installing ivadomed on Compute Canada inside a python==3.9 virtual environment raised the following error: Screen Shot 2022-01-31 at 13 33 06

The fix for a successful installation for me was to use python==3.7.9.

0reactions
kousucommented, May 30, 2022

This also shows up on any system using python3.10:

https://github.com/ivadomed/ivadomed/runs/6658529084?check_suite_focus=true#step:4:68

ERROR: Ignored the following versions that require a different python version: 2.5.2 Requires-Python !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,<3.9dev,>=2.7
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.7.0 (from versions: none)
ERROR: No matching distribution found for onnxruntime==1.7.0
Error: ERROR: Action failed during dependency installation attempt with error: The process '/opt/hostedtoolcache/Python/3.10.4/x64/bin/python' failed with exit code 1

Unfortunately onnx doesn’t yet support 3.10: https://github.com/microsoft/onnxruntime/issues/11680

Read more comments on GitHub >

github_iconTop Results From Across the Web

pip install onnxruntime --- No matching distribution found for ...
Describe the bug Unable to install onnxruntime via pip/pip3 Urgency Trying to get this up and running for a business project we have...
Read more >
No matching distribution found for onnxruntime~=1.6.0 - Help
I'm trying to install Larynx in my NanoM1+ (Armbian OS, armv7l) using pip3. During installation, i encounter this error “ERROR: No matching ......
Read more >
i am unable to install onnxruntime with pip3 .please resolve it
ERROR : Could not find a version that satisfies the requirement onnxruntime (from versions: none) ERROR: No matching distribution found for ...
Read more >
Install ONNX Runtime | onnxruntime
Instructions to install ONNX Runtime on your target platform in your environment.
Read more >
Release 0.11.0 MMDeploy Contributors
tar -zxvf mmdeploy-0.11.0-linux-x86_64-onnxruntime1.8.1.tar.gz ... 2. docker: Error response from daemon: could not select device driver “” with ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found