You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: