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.

Python 3.5.2 (default, Jul 17 2016, 00:00:00) 
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pybitcoin import LitecoinPrivateKey
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<...>/site-packages/pybitcoin/__init__.py", line 10, in <module>
    import services
ImportError: No module named 'services'

See: https://www.python.org/dev/peps/pep-0328/#rationale-for-absolute-imports

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
n644dccommented, Dec 9, 2017

any change at getting Python3 support?

0reactions
FinlayDaG33kcommented, Mar 4, 2018

Doesn’t seem like there has been any change…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Status of Python Versions - Python Developer's Guide
Supported Versions#. Dates shown in italic are scheduled and can be adjusted. Branch. Schedule. Status. First release. End of life. Release manager. main....
Read more >
Python - endoflife.date
Release Released Security Support 3.11 2 months ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2... 3.10 1 year and...
Read more >
Python 3 Support — Click Documentation (7.x)
Click supports Python 3, but like all other command line utility libraries, it suffers from the Unicode text model in Python 3. All...
Read more >
Is there official guide for Python 3.x release lifecycle?
3 Answers 3 · Python 3.4: reached End Of Life · Python 3.5: reached End Of Life · Python 3.6: reached End Of...
Read more >
Welcome! — Supporting Python 3: An in-depth guide
Supporting Python 3 doesn't have to be daunting. This book guides you through the process of adding Python 3 support, from choosing a...
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