Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipx installation fails with python 3.13, works with 3.12 #174

Open
1 task done
hmijail opened this issue Jan 5, 2025 · 1 comment
Open
1 task done

pipx installation fails with python 3.13, works with 3.12 #174

hmijail opened this issue Jan 5, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@hmijail
Copy link

hmijail commented Jan 5, 2025

Describe the bug

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

@hmijail hmijail added the bug Something isn't working label Jan 5, 2025
@Bebra777228
Copy link
Contributor

Not all packages of this tool support Python version 3.13, making installation on it impossible.

Supported versions: 3.10 — 3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants