Closed aminbaig closed 5 years ago
It looks like the dependencies are not installed. Try:
pip install -r requirements.txt
If you're using virtualenv or similar, make sure you're in the same environment that you installed the dependencies in.
Thanks Keith...I was using python3 and pip3...re-ran the commands with them and everything works fine now.
I have followed the instructions, no errors during install but when I run the command:
python3 demo_server.py --checkpoint /tmp/tacotron-20180906/model.ckpt I get the following error.
I have also tried the command with eval.py like so: python3 eval.py --checkpoint /tmp/tacotron-20180906/model.ckpt
But then I get the following error:
Please advise...this does not make sense as everything has installed with no errors.