peercoin/peercoin_rpc

python3 import error

Closed this issue · 2 comments

pip3 install --user git+git://github.com/peerchemist/peercoin_rpc.git

python3

import peercoin_rpc
Traceback (most recent call last):
File "", line 1, in
File "/home/ubuntu/.local/lib/python3.5/site-packages/peercoin_rpc/init.py", line 1, in
from peercoin_rpc import Client
ImportError: cannot import name 'Client'

Confirmed, will try to triage now.

Fixed with 36aa7f4