When trying to install KaraFan on an Apple Silicon Mac (specifically an M2 Ultra Mac Studio), I've run into multiple issues along the way. Most of which I've been able to fix, but the following error is something I can't get past. Terminal produces this error message when trying to run 'Setup.py':
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu
So far, my understanding is that onnxruntime-gpu cannot run on MacOS, and the inbuilt ML cores must be used instead of Nvidia's CUDA solution. But of course my technical knowledge doesn't go very deep.
To Reproduce
Steps to reproduce the behavior:
Install Homebrew, Python, etc. beforehand
Change 'Setup.py' to the correct Python version
Run 'Setup.py' in terminal (as double clicking just opens up an editor, it does not run the app)
See error
Expected behavior
Of course, the expected behaviour is that it will install correctly
Desktop (please complete the following information):
When trying to install KaraFan on an Apple Silicon Mac (specifically an M2 Ultra Mac Studio), I've run into multiple issues along the way. Most of which I've been able to fix, but the following error is something I can't get past. Terminal produces this error message when trying to run 'Setup.py':
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu (from versions: none) ERROR: No matching distribution found for onnxruntime-gpu
So far, my understanding is that onnxruntime-gpu cannot run on MacOS, and the inbuilt ML cores must be used instead of Nvidia's CUDA solution. But of course my technical knowledge doesn't go very deep.
To Reproduce Steps to reproduce the behavior:
Expected behavior Of course, the expected behaviour is that it will install correctly
Desktop (please complete the following information):