Skip to content

Dependency Error on MacOS InstallΒ #15

@Egoic

Description

@Egoic

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:

  1. Install Homebrew, Python, etc. beforehand
  2. Change 'Setup.py' to the correct Python version
  3. Run 'Setup.py' in terminal (as double clicking just opens up an editor, it does not run the app)
  4. See error

Expected behavior
Of course, the expected behaviour is that it will install correctly

Desktop (please complete the following information):

  • OS: MacOS 13.5.1
  • Machine: M2 Ultra Mac Studio

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions