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

mac 系统安装报错版本冲突 #358

Open
tomridder opened this issue Jan 5, 2025 · 1 comment
Open

mac 系统安装报错版本冲突 #358

tomridder opened this issue Jan 5, 2025 · 1 comment

Comments

@tomridder
Copy link

ERROR: Cannot install -r requirements.txt (line 26), demucs and whisperx because these package versions have conflicting dependencies.

The conflict is caused by:
demucs 4.1.0a3 depends on torchaudio<2.2 and >=0.8
whisperx 3.3.0 depends on torchaudio>=2
pyannote-audio 3.3.2 depends on torchaudio>=2.2.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ ❌ Failed to install requirements: Command '['/Users/guichaoran/.pyenv/versions/3.10.0/bin/python', '-m', 'pip', 'install', '-r', │
│ 'requirements.txt']' returned non-zero exit status 1. │

大佬 ,mac 系统安装报错版本冲突,怎么解决,python确实是3.10

@leaim
Copy link

leaim commented Jan 6, 2025

这个问题有修复,直接用最新的代码,不要用releases里的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants