-
Notifications
You must be signed in to change notification settings - Fork 12
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
requirments conflicts for whisper-at and torch 2.1.0 during installation #9
Comments
Me too. I suffer from the same problem in Ubuntu22.04: The conflict is caused by: To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts |
I'm encountering the same problem. Despite attempting with various versions, the error persists. |
@manishkumart Install one by one each requirement and it will lead to successful installation. In 1 GO, it makes some conflicts. |
@guanhuankang Install whisperx first separately. Than, remaining other than whisper install with pip -r requirements.txt or you can make it one by one. It will get installed successfully. |
which runing "pip install -r requirements.txt", here comes an error:
`ERROR: Cannot install -r requirements.txt (line 1) and -r requirements.txt (line 19) because these package versions have conflicting dependencies.
The conflict is caused by:
torch 2.1.0 depends on triton==2.1.0; platform_system == "Linux" and platform_machine == "x86_64"
whisper-at 0.5 depends on triton==2.0.0
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts`
The text was updated successfully, but these errors were encountered: