You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ffmpeg already installed. When running pip install git+https://github.com/abdeladim-s/subsai, the following error occurs.
Error message:
INFO: pip is looking at multiple versions of whisperx to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install subsai and subsai==1.3.0 because these package versions have conflicting dependencies.
The conflict is caused by:
subsai 1.3.0 depends on faster-whisper
whisperx 3.1.1 depends on faster-whisper==1.0.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 attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
@ononoki1, it's weird this issue is still popping up, I have deleted the faster-whisper version from the requirements so basically pip should install the version provided by the whisperx package.
Can you please change faster-whisper into faster-whisper>=1.0.0 in the requirement.txt file and see if that solved the issue ?
OS: Windows 10
Python: Miniconda with python 3.10
ffmpeg
already installed. When runningpip install git+https://github.com/abdeladim-s/subsai
, the following error occurs.Error message:
Similar to #115 and #116.
Environment (output of
conda list
):The text was updated successfully, but these errors were encountered: