Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: List App Dependences in README or on Project Page #3

Open
github-ptaylor opened this issue Nov 16, 2017 · 1 comment
Open

Comments

@github-ptaylor
Copy link

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
Copy link
Author

github-ptaylor commented Nov 16, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant