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.
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
Getting that error when running for the first time on Pop/Ubuntu 20.10. I installed the dependencies as listed in the readme
sudo python3 fan.py
Traceback (most recent call last):
File "fan.py", line 12, in
from ui.gui import Ui_MainWindow
ModuleNotFoundError: No module named 'ui'