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
...
Collecting scipy>=1.11.2
Downloading scipy-1.14.1-cp310-cp310-win_amd64.whl (44.8 MB)
---------------------------------------- 44.8/44.8 MB 6.9 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of faster-whisper to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of torchaudio to determine which version is compatible with other requirements. This could take a while.
Collecting torchaudio==2.1.1
Downloading torchaudio-2.1.1-cp310-cp310-win_amd64.whl (2.3 MB)
---------------------------------------- 2.3/2.3 MB 6.4 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
Collecting torch==2.1.1
Downloading torch-2.1.1-cp310-cp310-win_amd64.whl (192.3 MB)
---------------------------------------- 192.3/192.3 MB 6.8 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install coqui-tts[languages]==0.24.2 and transformers==4.36.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested transformers==4.36.2
coqui-tts[languages] 0.24.2 depends on transformers<4.43.0 and >=4.42.0
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
clone -> ok
create venv -> ok
acitivate -> ok
Install PyTorch -> ok
Install all dependencies from requirements.txt
error last view lines
...
Collecting scipy>=1.11.2
Downloading scipy-1.14.1-cp310-cp310-win_amd64.whl (44.8 MB)
---------------------------------------- 44.8/44.8 MB 6.9 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of faster-whisper to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of torchaudio to determine which version is compatible with other requirements. This could take a while.
Collecting torchaudio==2.1.1
Downloading torchaudio-2.1.1-cp310-cp310-win_amd64.whl (2.3 MB)
---------------------------------------- 2.3/2.3 MB 6.4 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
Collecting torch==2.1.1
Downloading torch-2.1.1-cp310-cp310-win_amd64.whl (192.3 MB)
---------------------------------------- 192.3/192.3 MB 6.8 MB/s eta 0:00:00
INFO: pip is looking at multiple versions of to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install coqui-tts[languages]==0.24.2 and transformers==4.36.2 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested transformers==4.36.2
coqui-tts[languages] 0.24.2 depends on transformers<4.43.0 and >=4.42.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
[notice] A new release of pip is available: 23.0.1 -> 24.3.1
[notice] To update, run: python.exe -m pip install --upgrade pip
...
i edit requirements.txt
transformers==4.42.0
...
now error:
ERROR: Cannot install -r requirements.txt (line 4) and transformers==4.42.0 because these package versions have conflicting dependencies.
The conflict is caused by:
faster-whisper 1.0.1 depends on tokenizers<0.16 and >=0.13
transformers 4.42.0 depends on tokenizers<0.20 and >=0.19
so ??? iam out : D
The text was updated successfully, but these errors were encountered: