Hi,
first of all thank you for this script.
I've tried to use it on my new OpenSuse mashine but it seems failing.
I did everything the way you described it, but the following message appears:
janse@linux-n6cc:~/Dokumente> python sm_opponent_ready.py janse
Traceback (most recent call last):
File "sm_opponent_ready.py", line 1, in <module>
from beem.blockchain import Blockchain
ImportError: No module named beem.blockchain
It seems however already was not to work with pip.
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-jy300rbo/scrypt/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-yl52hci1/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-jy300rbo/scrypt/
I have already tried pip3 and python3 as well.
Maybe you can help me.
Thxalot,
janse
You need scrypt in order to run beem. Try:
pip install scrypt
Posted using Partiko Android
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit