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
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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 ?
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
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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'
The text was updated successfully, but these errors were encountered: