YoRyan / nuxhash

A NiceHash cryptocurrency mining client for Linux.
GNU General Public License v3.0
264 stars 164 forks source link

GUI failed to start. #109

Open Napenthes opened 3 years ago

Napenthes commented 3 years ago

Ubuntu 19.10 - GEForce GTX 1060 The GUI failed to start with the following errors.

Traceback (most recent call last): File "/usr/local/bin/nuxhash-gui", line 8, in sys.exit(nuxhash_gui()) File "/usr/local/lib/python3.8/dist-packages/nuxhash/init.py", line 6, in nuxhash_gui from nuxhash.gui.main import main File "/usr/local/lib/python3.8/dist-packages/nuxhash/gui/main.py", line 9, in import wx ModuleNotFoundError: No module named 'wx'

henriktre commented 3 years ago

you need to install some sort of wx tools, im on arch, so i cant give you specific command. have you tried installing the package specified in the quick start? sudo apt install python3-wxgtk4.0 ?

Kief5555 commented 2 years ago

you need to install some sort of wx tools, im on arch, so i cant give you specific command. have you tried installing the package specified in the quick start? `sudo apt install python3-wx

Screen Shot 2022-01-06 at 4 32 30 PM

gtk4.0` ? did that, still failed

cprn commented 2 years ago

Currently the simplest solution is to switch to idkau's fork. He fixed wx versions incompatibility. Either that or you can patch in his changes yourself.