SteemNodeRPC look like not able to be imported ... Traceback (most recent call last):
File "./post_test.py", line 2, in
from steemapi.steemnoderpc import SteemNodeRPC
ImportError: No module named steemapi.steemnoderpc
ubuntu@ubuntu:~/steem/extract$
You are viewing a single comment's thread from:
You need to install the library.
"pip3 install steem"
Installation guide: https://github.com/xeroc/python-steemlib
You need to use python3
Try
hi, im getting same error, using python3 on ubuntu