-
Notifications
You must be signed in to change notification settings - Fork 8
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
ONNX compatibility problems #111
Comments
Hi and thanks for asking :) Which operating system do you use (looks like some Linux system)? Other than that, please try the following:
|
I am on Amazon Linux release 2 (Karoo) - (using SageMaker). |
Please try again with the main branch, because the latest version release should use onnxruntime==1.19.0. |
The problem is not fixed yet on all machines, please also refer to this issue if you are experiencing problems (especially with Windows) currently: onnx/onnx#6267 |
Hi :)
I am struggling to install bio_trainer from scratch; I proceed as described in the docs here https://github.com/sacdallago/biotrainer?tab=readme-ov-file#installation:
All the packages appear to be installed correctly, except for onnxruntime; there I get the following error:
RuntimeError
Unable to find installation candidates for onnxruntime (1.19.2)
at ~/SageMaker/poetry_cache/venv/lib/python3.10/site-packages/poetry/installation/chooser.py:74 in choose_for
70│
71│ links.append(link)
72│
73│ if not links:
→ 74│ raise RuntimeError(f"Unable to find installation candidates for {package}")
75│
76│ # Get the best link
77│ chosen = max(links, key=lambda link: self._sort_key(package, link))
78│
Cannot install onnxruntime.
The text was updated successfully, but these errors were encountered: