pygooglevoice icon indicating copy to clipboard operation
pygooglevoice copied to clipboard

No .gvoice file created

Open agarcoop opened this issue 8 years ago • 5 comments

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?

agarcoop avatar Oct 07 '17 01:10 agarcoop

The .gvoice file is created for you, in your home directory, it contains some default settings.

chris001 avatar Oct 07 '17 02:10 chris001

Okay. Then something has gone wrong. I don't have that file

agarcoop avatar Oct 07 '17 02:10 agarcoop

  1. What version of python are you running on.
  2. What OS.
  3. What version of this software, where did you get it, how did you install it.
  4. Can you install and run the master version from this repository and see if it works.

chris001 avatar Oct 07 '17 03:10 chris001

  1. Python 2.7.13
  2. Debian 9
  3. 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
  4. I did essentially the same thing today, and it worked. I suppose I just missed something last night. Thanks for your help

agarcoop avatar Oct 07 '17 17:10 agarcoop

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

rrrrli avatar Oct 25 '20 03:10 rrrrli