pybitcoin icon indicating copy to clipboard operation
pybitcoin copied to clipboard

Python 3 support

Open notpushkin opened this issue 7 years ago • 5 comments

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 avatar Oct 30 '16 14:10 notpushkin

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

notpushkin avatar Oct 30 '16 14:10 notpushkin

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

venil7 avatar Sep 09 '17 07:09 venil7

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.

lephleg avatar Nov 15 '17 21:11 lephleg

any change at getting Python3 support?

n644dc avatar Dec 09 '17 20:12 n644dc

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

FinlayDaG33k avatar Mar 04 '18 08:03 FinlayDaG33k