You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
[andrea@darius ~]$ gvoice
Traceback (most recent call last):
File "/usr/bin/gvoice", line 6, in
from googlevoice.util import LoginError,pprint,input,print_
ImportError: cannot import name input
It doesn't look like pprint is imported into util.py and also doesn't look like input or print_ are defined there either. Not sure if we're missing code in util.py or if gvoice is out of sync with the latest util changes.
I just cloned the repo and installed it from it by doing:
cd /opt
sudo git clone https://github.com/pettazz/pygooglevoice.git
sudo pip install /opt/pygooglevoice
When I run gvoice, I get import errors:
[andrea@darius ~]$ gvoice
Traceback (most recent call last):
File "/usr/bin/gvoice", line 6, in
from googlevoice.util import LoginError,pprint,input,print_
ImportError: cannot import name input
It doesn't look like pprint is imported into util.py and also doesn't look like input or print_ are defined there either. Not sure if we're missing code in util.py or if gvoice is out of sync with the latest util changes.