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
Hello Guys,
I followed all the instruction given by you but when starting python sumominer.py i am getting error. Traceback (most recent call last): File "sumominer.py", line 10, in <module> from main import main File "/home/gujjar/SumoEasyMiner/main.py", line 16, in <module> from app.hub import Hub File "/home/gujjar/SumoEasyMiner/app/hub.py", line 18, in <module> from ui import AddPoolDialog File "/home/gujjar/SumoEasyMiner/ui/__init__.py", line 25, in <module> from miner.miner import MinerWork, MinerRPC, human_readable_hashrate File "/home/gujjar/SumoEasyMiner/miner/miner.py", line 16, in <module> from libs import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash File "/home/gujjar/SumoEasyMiner/libs/__init__.py", line 5, in <module> from cryptonite_hash import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash ImportError: /home/gujjar/SumoEasyMiner/libs/cryptonite_hash.so: undefined symbol: _Py_FalseStruct
The text was updated successfully, but these errors were encountered:
Hello Guys,
I followed all the instruction given by you but when starting
python sumominer.py
i am getting error.Traceback (most recent call last): File "sumominer.py", line 10, in <module> from main import main File "/home/gujjar/SumoEasyMiner/main.py", line 16, in <module> from app.hub import Hub File "/home/gujjar/SumoEasyMiner/app/hub.py", line 18, in <module> from ui import AddPoolDialog File "/home/gujjar/SumoEasyMiner/ui/__init__.py", line 25, in <module> from miner.miner import MinerWork, MinerRPC, human_readable_hashrate File "/home/gujjar/SumoEasyMiner/miner/miner.py", line 16, in <module> from libs import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash File "/home/gujjar/SumoEasyMiner/libs/__init__.py", line 5, in <module> from cryptonite_hash import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash ImportError: /home/gujjar/SumoEasyMiner/libs/cryptonite_hash.so: undefined symbol: _Py_FalseStruct
The text was updated successfully, but these errors were encountered: