mozilla / TTS

:robot: :speech_balloon: Deep learning for Text to Speech (Discussion forum: https://discourse.mozilla.org/c/tts)
Mozilla Public License 2.0
9.43k stars 1.26k forks source link

Unable to use pretrained model #367

Closed hexdigest closed 4 years ago

hexdigest commented 4 years ago

Hello,

I'm trying to follow instructions on this page: https://github.com/mozilla/TTS/wiki/Released-Models Specifically:

Simple packaging - self contained package that runs an HTTP API for a pre-trained TTS model
How to use:

Create a fresh virtual environment with Python 3.6
$ apt-get install espeak libsndfile1
$ pip install python_package_url_from_table_below
$ python -m TTS.server.server
Open http://localhost:5002

At some point pip asks for my github login and password. After I provide these credentials I'm getting the following error from pip:

Collecting parallel-wavegan@ https://github.com/reuben/ParallelWaveGAN/tarball/server-pkg-ljspeech-fwd-attn-pwgan
User for github.com: pypywgun
Password: 
Save credentials to keyring [y/N]: n
  WARNING: 401 Error, Credentials not correct for https://github.com/reuben/ParallelWaveGAN/tarball/server-pkg-ljspeech-fwd-attn-pwgan
  ERROR: HTTP error 401 while getting https://github.com/reuben/ParallelWaveGAN/tarball/server-pkg-ljspeech-fwd-attn-pwgan
  ERROR: Could not install requirement parallel-wavegan@ https://github.com/reuben/ParallelWaveGAN/tarball/server-pkg-ljspeech-fwd-attn-pwgan from https://github.com/reuben/ParallelWaveGAN/tarball/server-pkg-ljspeech-fwd-attn-pwgan (from TTS==0.0.1+92aea2a) because of error 401 Client Error: Unauthorized for url: https://github.com/reuben/ParallelWaveGAN/tarball/server-pkg-ljspeech-fwd-attn-pwgan

Can you please advise?

erogol commented 4 years ago

It is your github auth not TTS.