hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
30.98k stars 4.3k forks source link

Trouble with installing in MacOS #13

Closed heliumsoft closed 7 months ago

heliumsoft commented 9 months ago

Hello @hacksider

I'm installing this App on my Macbook and have issues with installing GPU libraries (onnxruntime). Tried installing dependencies for CoreML Execution Provider (Apple Legacy) and got this error message:

ERROR: Could not find a version that satisfies the requirement onnxruntime-coreml==1.13.1 (from versions: none)
ERROR: No matching distribution found for onnxruntime-coreml==1.13.1

Platform: CPU: 6-Core Intel Core i7 Firmware Date: 2020 2 GPUs:

  1. AMD Radeon Pro 5300M (PCIe)
  2. Intel UHD Graphics 630 (built-in)

    Please let me know the solution for running the App via GPU.

    Thanks

hacksider commented 7 months ago

try this pip uninstall onnxruntime onnxruntime-coreml pip install onnxruntime-coreml==1.13.1

sidsarasvati commented 2 weeks ago

worked with python3 -m pip install onnxruntime