Onnxruntime dependencies and compatibility with Python 3.13.7 / 3.14 (Fedora 43) #26108
Unanswered
guirossibrum
asked this question in
Release Q&A
Replies: 2 comments
-
You may post your questions to https://github.com/ROCm/onnxruntime . They have special build for AMD GPUs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you don't need GPU support, you can find the latest onnxruntime package from https://pypi.org/ . We have packages for Linux and python 3.13/14. It should work. If not, you may need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I upgraded to Fedora 43 (still beta, i know),
I need to install chromadb for a project
pip install chromadb shows dependency on onnxruntime >=1.14.1 and it fails to install.
this was not a problem on Fedora 42, I guess this was removed in F43, which is ok.
when trying to install onnxruntime
$ pip install onnxruntime
ERROR: Could not find a version that satisfies the requirement onnxruntime (from versions: none)
ERROR: No matching distribution found for onnxruntime
ps. I have Rocm installed (ROCk module is loaded) - I have an AMD card.
has anyone seen this issue or idea how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions