cryptonight-hash-lib icon indicating copy to clipboard operation
cryptonight-hash-lib copied to clipboard

Request: List App Dependences in README or on Project Page

Open github-ptaylor opened this issue 8 years ago • 1 comments

Hello

Please consider adding a list of dependencies needed to execute the application, for example:

  • Python (minimal version)
  • PySide (minimal version)

You can add that to the main page or to the README file.

Sincerely, Patrick

github-ptaylor avatar Nov 16 '17 17:11 github-ptaylor

Update

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.

The (Releases) link not visible on this project:

https://github.com/sumoprojects/SumoEasyMiner/releases/download/v0.1-b1.3/SumoEasyMiner-v0.1-b1.3.dmg

Sincerely, Patrick

github-ptaylor avatar Nov 16 '17 18:11 github-ptaylor