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
Hello,
I'm trying to follow instructions on this page: https://github.com/mozilla/TTS/wiki/Released-Models Specifically:
At some point pip asks for my github login and password. After I provide these credentials I'm getting the following error from pip:
Can you please advise?