question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi! Is pygooglevoice working with python3.5? I’m getting this error when I try and run it in python3.5 File "voice.py", line 1, in <module> from googlevoice import Voice File "/usr/local/lib/python3.5/dist-packages/googlevoice/__init__.py", line 17, in <module> from voice import Voice File "/home/ubuntu/voice/voice.py", line 1, in <module> from googlevoice import Voice ImportError: cannot import name’Voice’``

Otherwise it works fine for me!

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
woodylcommented, Sep 27, 2016

@chris001 When I get the time, I’ll organize the changes and put them up here.

0reactions
jaracocommented, Aug 31, 2018

Following the acceptance of #56, this issue should be fixed now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Release Python 3.5.0
Python 3.5.10, the final release of the 3.5 series, is available here. Python 3.5.0 was released on September 13th, 2015.
Read more >
Download Python - Python.org
The official home of the Python Programming Language.
Read more >
Python Release Python 3.5.10
Python 3.5 has reached end-of-life. Python 3.5.10 is the final release of 3.5. Python 3.5.10 was released on September 5th, 2020.
Read more >
What's New In Python 3.5 — Python 3.11.1 documentation
This article explains the new features in Python 3.5, compared to 3.4. ... which makes it 3 to 5 times faster on POSIX...
Read more >
Welcome to Python.org
1; 2; 3; 4; 5. Python is a programming language that lets you work quickly and integrate systems more effectively. Learn More. Support...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found