Skip to content
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

clone version fail #116

Open
kalle07 opened this issue Dec 14, 2024 · 0 comments
Open

clone version fail #116

kalle07 opened this issue Dec 14, 2024 · 0 comments

Comments

@kalle07
Copy link

kalle07 commented Dec 14, 2024

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:

  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

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant