RE: Receive a desktop notification when a steemmonster opponent is matched

You are viewing a single comment's thread from:

Receive a desktop notification when a steemmonster opponent is matched

in steemmonsteres •  6 years ago 

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

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

You need scrypt in order to run beem. Try:
pip install scrypt

Posted using Partiko Android