152334H / tortoise-tts-fast

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

Install issue: can't install requirements.txt #86

Closed crazygonuts closed 1 year ago

crazygonuts commented 1 year ago

pip3 install -r requirements.txt Collecting bigvgan@ git+https://github.com/152334H/BigVGAN.git@HEAD (from -r requirements.txt (line 38)) 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))

Not sure how to get around this.

crazygonuts commented 1 year ago

closing because I eventually reinstalled enough times that it went away.

zxcvqwerasdf commented 1 year ago

don't install requirements.

python3 -m pip install -e . is enough.