ModuleNotFoundError: No module named 'SungrowClient'
Opened this issue · 2 comments
JunkerMartin commented
Have installed (on Windows 10) as described.
Issued the cmd: python3 sungather.py
An got this error:
E:\$SysProg\GitHub\SunGather\SunGather>python3 sungather.py
Traceback (most recent call last):
File "E:\$SysProg\GitHub\SunGather\SunGather\sungather.py", line 3, in <module>
from SungrowClient import SungrowClient
ModuleNotFoundError: No module named 'SungrowClient'
I'm not familiar with python. Just tried to run the program - following a recommendation.
michbeck100 commented
pip install --no-cache-dir --upgrade pycryptodomex==3.11.0 -r requirements.txt
should do the trick. You have to install the dependencies first.
JunkerMartin commented
Thanks. Failed with
ERROR: Could not install packages due to an OSError: [WinError 2] Das System kann die angegebene Datei nicht finden: 'C:\\Python312\\Scripts\\pymodbus.console.exe' -> 'C:\\Python312\\Scripts\\pymodbus.console.exe.deleteme'