ERROR: No matching distribution found for onnxruntime==1.7.0
See original GitHub issueI 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:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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:The fix for a successful installation for me was to use
python==3.7.9
.This also shows up on any system using python3.10:
https://github.com/ivadomed/ivadomed/runs/6658529084?check_suite_focus=true#step:4:68
Unfortunately onnx doesn’t yet support 3.10: https://github.com/microsoft/onnxruntime/issues/11680