Huanshere / Huanshere/VideoLingo

mac 系统安装报错版本冲突

Open
#358 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
18.5k
Forks
2k
Avg merge
7h 41m
Merged PRs (30d)
12

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading requirements.txt at line 26 and reviewing the declared versions for demucs, whisperx, and pyannote-audio. Reproduce the pip install failure on macOS with Python 3.10, then verify that the dependency conflict is resolved and requirements.txt installs successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.