Skip to content

Install Problem? No module named 'voice' #9

Description

@andreawhitlock

Sorry for the newbie problem. I think maybe I have install problem as the gvoice script can't find the voice module.

I followed these steps:

cd /opt
git clone https://github.com/EspaceNetworks/pygooglevoice
cd pygooglevoice
sudo python setup.py install --record files.txt
sudo cp -p bin/gvoice /usr/bin/.
sudo pip install --upgrade BeautifulSoup

And I get this error trying to run gvoice:

[andrea@darius ~]$ gvoice
Traceback (most recent call last):
File "/usr/local/bin/gvoice", line 5, in
from googlevoice.voice import Voice
File "/usr/local/lib/python3.6/site-packages/googlevoice/init.py", line 17, in
from voice import Voice
ModuleNotFoundError: No module named 'voice'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions