sumoprojects / SumoEasyMiner

The most easy, intuitive CPU miner for cryptonote-based cryptocurrency
Other
87 stars 64 forks source link

Everything Compiled But I was sweard at. Ubuntu 18.04 LTS #22

Open marcel1974 opened 5 years ago

marcel1974 commented 5 years ago

root@marcel-OptiPlex-7010:/sumo-easy-miner/source# python --version Python 2.7.15rc1 root@marcel-OptiPlex-7010:/sumo-easy-miner/source# python sumominer.py Traceback (most recent call last): File "sumominer.py", line 10, in from main import main File "/sumo-easy-miner/source/main.py", line 16, in from app.hub import Hub File "/sumo-easy-miner/source/app/hub.py", line 18, in from ui import AddPoolDialog File "/sumo-easy-miner/source/ui/init.py", line 25, in from miner.miner import MinerWork, MinerRPC, human_readable_hashrate File "/sumo-easy-miner/source/miner/miner.py", line 17, in from libs import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash File "/sumo-easy-miner/source/libs/init.py", line 5, in from cryptonite_hash import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash ImportError: /sumo-easy-miner/source/libs/cryptonite_hash.so: undefined symbol: _Py_FalseStruct