-
Notifications
You must be signed in to change notification settings - Fork 63
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
sumominer.py not running on ubuntu 17.04 #10
Comments
I think you need to run sumominer.py with python 2, not python 3. You can check your version by running
|
I've run it with python2 and python 3 with the same results.
Traceback (most recent call last): |
@Tan-tan-san , that would be a different issue. The error is saying you need the PySide module. You can take a look at https://pypi.python.org/pypi/PySide, that will give you instructions on installing based on your OS. |
I also teseted in python 2 but same issue like before. |
@yeahia2508 If you run |
i encountered this one also, even when using python2
|
|
I need step by step method to build it in ubuntu, am kind of confused |
This is hard to set up in linux, there is no proper guide WTF!! |
Everything is possible, there is a way |
Use apt-get to install pyside and psutil:
Lastly you'll need the cryptonite_hash library. Idk why the devs didn't just use tk for the UI it's not like this UI is all that fancy and tk has better support throughout Python and is easy to install. |
python sumominer.py command giving exception :
The text was updated successfully, but these errors were encountered: