Replies: 1 comment 1 reply
-
Hi! The .exe is on its way and will be available in the next version |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have Windows 11, the latest Python 3X and Git installed. When I enter the command "python.exe .\configure.py" I get this error. What should I do?
Okay, I managed to install these modules somehow, but I get another error
" File "G:\turing-smart-screen-python\configure.py", line 57, in
from library.sensors.sensors_python import sensors_fans, is_cpu_fan
File "G:\turing-smart-screen-python\library\sensors\sensors_python.py", line 30, in
import GPUtil
File "C:\Users\smokr\AppData\Local\Programs\Python\Python313\Lib\site-packages\GPUtil_init_.py", line 33, in
from .GPUtil import GPU, getGPUs, getAvailable, getAvailability, getFirstAvailable, showUtilization, version
File "C:\Users\smokr\AppData\Local\Programs\Python\Python313\Lib\site-packages\GPUtil\GPUtil.py", line 34, in
from distutils import spawn
ModuleNotFoundError: No module named 'distutils''
Ps: It's a pity that there is not just an exe file like in the program that comes with the 3.5 monitor.
Beta Was this translation helpful? Give feedback.
All reactions