rakuri255 / UltraSinger

AI based tool to convert vocals lyrics and pitch from music to autogenerate Ultrastar Deluxe, Midi and notes. It automatic tapping, adding text, pitch vocals and creates karaoke files.
MIT License
283 stars 25 forks source link

install ERROR: No matching distribution found for onnxruntime-gpu>=1.16.0 #97

Closed leon1995 closed 12 months ago

leon1995 commented 1 year ago

when installing requirements.txt on macos, I get the following error

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; 1.9.5 Requires-Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.7
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu>=1.16.0 (from pyannote-audio) (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu>=1.16.0

EDIT: I use python version 3.10.13

leon1995 commented 1 year ago

this seems to be a macos problem. on windows it wotks

rakuri255 commented 1 year ago

The problem is that nvidia does not support cuda on macos. See here

But I'm just wondering where that came from. In the Requirements.txt it is not used directly. So, it must be a sideload.

rakuri255 commented 12 months ago

Closing it, because of no response for a month!