-
Notifications
You must be signed in to change notification settings - Fork 349
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
Conflicting dependencies while installing requirements.txt #188
Comments
Should be solved now |
Cloned the updated repo and installed requirements, this time I encountered this error:-
I am using python 3.10.12. |
update |
@mjcarag the stack trace is not complete, please share it as a text |
Please see error encountered: ERROR: Exception: |
|
ERROR: Could not find a version that satisfies the requirement distutils (from versions: none) am having this error when trying to pip install distutils tried to pip install setuptools and got different error × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
I also get the module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? error |
|
I have tried |
I don't know unfortunately, maybe try again with a clean environment |
I also did |
I ran into the same error on macos + homebrew + python 3.12
I was able to install using python 3.11 (installed via homebrew) with the following steps:
|
I'm using ubuntu 22.04 from the microsoft store on Windows 11. Here is the bash script that I put together. This got everything working seamlessly as of August 2024.
|
Thanks |
ERROR: Cannot install -r requirements.txt (line 3), -r requirements.txt (line 4), -r requirements.txt (line 6) and whisperx because these package versions have conflicting dependencies.
The conflict is caused by:
whisperx 3.1.1 depends on torchaudio>=2
pyannote-audio 3.1.1 depends on torchaudio>=2.0.0
demucs 4.1.0a2 depends on torchaudio<2.1 and >=0.8
ctc-forced-aligner 0.1 depends on torchaudio>=2.1.0
To fix this you could try to:
The text was updated successfully, but these errors were encountered: