You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipx install "audio-separator[cpu]" fails; the main reason seems to be
The conflict is caused by:
audio-separator[cpu] 0.28.5 depends on torch<2.5 and >=2.3
...
However, pipx install "audio-separator[cpu]" --python python3.12 installs OK.
audio-separator --env_info
2025-01-05 16:16:01,096 - INFO - separator - Separator version 0.28.5 instantiating with output_dir: None, output_format: WAV
2025-01-05 16:16:01,096 - INFO - separator - Output directory not specified. Using current working directory.
2025-01-05 16:16:01,096 - INFO - separator - Operating System: Darwin Darwin Kernel Version 24.2.0: Fri Dec 6 19:01:59 PST 2024; root:xnu-11215.61.5~2/RELEASE_ARM64_T6000
2025-01-05 16:16:01,107 - INFO - separator - System: Darwin Node: HMMBP.local Release: 24.2.0 Machine: arm64 Proc: arm
2025-01-05 16:16:01,107 - INFO - separator - Python Version: 3.12.7
2025-01-05 16:16:01,108 - INFO - separator - PyTorch Version: 2.4.1
2025-01-05 16:16:01,347 - INFO - separator - FFmpeg installed: ffmpeg version 7.1 Copyright (c) 2000-2024 the FFmpeg developers
2025-01-05 16:16:01,348 - INFO - separator - ONNX Runtime CPU package installed with version: 1.20.1
2025-01-05 16:16:01,380 - INFO - separator - Apple Silicon MPS/CoreML is available in Torch and processor is ARM, setting Torch device to MPS
2025-01-05 16:16:01,380 - INFO - separator - ONNXruntime has CoreMLExecutionProvider available, enabling acceleration
Have you searched for existing issues? 🔎
I have searched and found no existing issues.
Screenshots or Videos
No response
Logs
No response
System Info
MacOS 15.2 on Apple Silicon M1 Pro
Python 3.13
Pipx 1.7.1
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
pipx install "audio-separator[cpu]"
fails; the main reason seems to beHowever,
pipx install "audio-separator[cpu]" --python python3.12
installs OK.Have you searched for existing issues? 🔎
Screenshots or Videos
No response
Logs
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: