No .gvoice file created
When I run the commands for the stable distribution from the documentation, no .gvoice file is created. Am I supposed to create it manually? if so, where?
The .gvoice file is created for you, in your home directory, it contains some default settings.
Okay. Then something has gone wrong. I don't have that file
- What version of python are you running on.
- What OS.
- What version of this software, where did you get it, how did you install it.
- Can you install and run the master version from this repository and see if it works.
- Python 2.7.13
- Debian 9
- I got the software from this repository and ran "python setup.py install" I also tried using the commands on from the installation documentation page, but I replaced "yum install" with "apt-get install" because it is a Debian not Red Hat machine
- I did essentially the same thing today, and it worked. I suppose I just missed something last night. Thanks for your help
I am having the same issue! The installation code tells me that the installation is successful but no .gvoice file is created. Please help & Much thanks!!
I'm using: Python 3 Mac OS 10 pygooglevoice v0.5 I run my code on JupyterHub
The code importing pygooglevoice that I used is: pip install setuptools pip install pygooglevoice pip install simplejson