Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 support #56

Open
notpushkin opened this issue Oct 30, 2016 · 5 comments
Open

Python 3 support #56

notpushkin opened this issue Oct 30, 2016 · 5 comments

Comments

@notpushkin
Copy link

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

@notpushkin notpushkin changed the title ImportError: No module named 'services' (in Python 3) Python 3 support Oct 30, 2016
@notpushkin
Copy link
Author

I tested briefly and some other py3k-related errors popped up. Any plans to introduce Python 3 support?

@venil7
Copy link

venil7 commented Sep 9, 2017

I'm getting the same issue, my Python version

Python 3.6.1 |Continuum Analytics, Inc.| (default, May 11 2017, 13:04:09) 
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin

also this package unavailable for install thru conda

@lephleg
Copy link

lephleg commented Nov 15, 2017

Same error. Python version:

Python 3.6.3 (v3.6.3:2c5fed8, Oct  3 2017, 18:11:49) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.

@ghost ghost mentioned this issue Nov 23, 2017
@n644dc
Copy link

n644dc commented Dec 9, 2017

any change at getting Python3 support?

@FinlayDaG33k
Copy link

Doesn't seem like there has been any change...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants