-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
can't install onnxruntime-gpu as per instructions #87
Comments
I have a same issue. I created with
But also there the command I am trying it on a M2 Max Sonoma 14.5 ERROR: Ignored the following versions that require a different python version: 1.14.0 Requires-Python >=3.10; 1.14.0rc1 Requires-Python >=3.10; 1.14.0rc2 Requires-Python >=3.10
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.18.0 (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu==1.18.0 |
It looks like all the code was designed around CUDA - i've tried using the Mx GPU / MPS but this refactor is way above my coding skills. |
Hey there, I wanted to point out that there's been some impressive work for CPU inference done on #126. They've managed to get support for the M1 CPU. You might want to follow their progress as well. Great work is happening there : ) @opinsky @ExtremOPS |
Thank you for your patience, everyone. We are excited to inform you that LivePortrait now supports macOS with Apple Silicon! You can find more details here. |
Mac M1Max on Sonoma 14.5
trying to setup as per the instructions. everything works fine up until 'pip install -r requirements.txt', which fails when trying to install onnxruntime-gpu, generating the following error message:
ERROR: Ignored the following versions that require a different python version: 1.14.0 Requires-Python >=3.10; 1.14.0rc1 Requires-Python >=3.10; 1.14.0rc2 Requires-Python >=3.10 ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.18.0 (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu==1.18.
I've also tried to setup a new environment with python 3.10.14, but the installation halts at the same place, with this error message:
ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10 ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.18.0 (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu==1.18.0
The text was updated successfully, but these errors were encountered: