storizzi / Deep-Live-Cam-Mac-Installer

Mac Installation Script for Deep-Live-Cam Public
MIT License
19 stars 6 forks source link

Could not find a version that satisfies the requirement onnxruntime-coreml==1.13.1 #7

Open nathandg opened 3 weeks ago

nathandg commented 3 weeks ago
Using Conda from Intel Silicon installation at /usr/local/Caskroom/miniconda/base/bin
Intel-based Mac detected.
Xcode Command Line Tools are already installed.
Homebrew is already installed.
Conda environment 'deep-live-cam' already has the correct Python version (3.10).

CondaError: Run 'conda init' before 'conda activate'

Using Python from /usr/local/Caskroom/miniconda/base/envs/deep-live-cam/bin/python: Python 3.10.14
Using pip from /usr/local/Caskroom/miniconda/base/envs/deep-live-cam/bin/pip: pip 24.2 from /usr/local/Caskroom/miniconda/base/envs/deep-live-cam/lib/python3.10/site-packages/pip (python 3.10)
Deep-Live-Cam repository already exists.
Deep-Live-Cam/models/GFPGANv1.4.pth already exists.
Deep-Live-Cam/models/inswapper_128_fp16.onnx already exists.
Installing CoreML dependencies for Intel-based Mac...
Requirement already satisfied: pip in /usr/local/Caskroom/miniconda/base/envs/deep-live-cam/lib/python3.10/site-packages (24.2)
WARNING: Skipping onnxruntime-coreml as it is not installed.
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
ERROR: Could not find a compatible version of onnxruntime-coreml. Check your Python environment and ensure it supports this package.
storizzi commented 3 weeks ago

Can you try

pip cache purge
./deep_live_cam.sh --clean
./deep_live_cam.sh
furu00 commented 2 days ago

same for me. purge and clean did not resolve it