152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
755 stars 176 forks source link

error installing requirements #112

Open yesbroc opened 1 year ago

yesbroc commented 1 year ago

` ERROR: Can't verify hashes for these requirements because we don't have a way to hash version control repositories: bigvgan@ git+https://github.com/152334H/BigVGAN.git@HEAD from git+https://github.com/152334H/BigVGAN.git@HEAD (from -r requirements.txt (line 38)) `

Alexander220799 commented 1 year ago

I have the same Problem.

78Alpha commented 1 year ago

You can install it be removing all the hashes. You don't get the security, but it will at least install.

The requirements are also CPU only by default.

yesbroc commented 1 year ago

still didnt work, something about incompatible requirements or pkgs

yesbroc commented 1 year ago


The conflict is caused by:
    The user requested scipy==1.10.1
    clean-fid 0.1.35 depends on scipy>=1.0.1
    k-diffusion 0.0.14 depends on scipy
    librosa 0.8.1 depends on scipy>=1.0.0
    scikit-image 0.20.0 depends on scipy<1.9.2 and >=1.8; python_version <= "3.9"

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```
78Alpha commented 1 year ago

I have not seen those errors on python 3.10

Environment YML: environment.zip

SlyAquaGuy commented 1 year ago

Here a bit late, but problem was solved for me on windows by installing the newest Visual Studio Build Tools

yesbroc commented 1 year ago

Here a bit late, but problem was solved for me on windows by installing the newest Visual Studio Build Tools i already have it, even removing the hashes doesnt work

Toakley683 commented 10 months ago

If you still haven't fixed this. you can try remove the line

'bigvgan @ git+https://github.com/152334H/BigVGAN.git@HEAD ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"'

on line 36 of the requirements. that's what worked for me. I hope it helps!