Huanshere / Huanshere/VideoLingo
mac 系统安装报错版本冲突
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:
- loosen the range of package versions you've specified
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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