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
I have been trying to run the application on OSX (High Sierra) running:
Python 2.7
PySide (1.2.4)
The last error that I received is the following:
**
| => python sumominer.py
Traceback (most recent call last):
File "sumominer.py", line 10, in
from main import main
File "/Users/admin/Applications/SumoEasyMiner/main.py", line 16, in
from app.hub import Hub
File "/Users/admin/Applications/SumoEasyMiner/app/hub.py", line 18, in
from ui import AddPoolDialog
File "/Users/admin/Applications/SumoEasyMiner/ui/init.py", line 25, in
from miner.miner import MinerWork, MinerRPC, human_readable_hashrate
File "/Users/admin/Applications/SumoEasyMiner/miner/miner.py", line 16, in
from libs import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash
File "/Users/admin/Applications/SumoEasyMiner/libs/init.py", line 5, in
from cryptonite_hash import cpu_has_aes_in_supported, cryptolite_hash, cryptonite_hash
ImportError: dlopen(/Users/admin/Applications/SumoEasyMiner/libs/cryptonite_hash.so, 2): Symbol not found: __Py_FalseStruct
Referenced from: /Users/admin/Applications/SumoEasyMiner/libs/cryptonite_hash.so
Expected in: flat namespace
in /Users/admin/Applications/SumoEasyMiner/libs/cryptonite_hash.so
**
You definitely should include dependency information :)
Note:
I found the (Releases) link to your the (dmg) of the application, that saved me the effort of troubleshooting this further.
Hello
Please consider adding a list of dependencies needed to execute the application, for example:
You can add that to the main page or to the README file.
Sincerely,
Patrick
The text was updated successfully, but these errors were encountered: