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 was archived by the owner on May 31, 2026. It is now read-only.
Traceback (most recent call last):
File "C:\Users\whale\OneDrive\Documents\Python\dir.py", line 28, in
import solaredge_modbus as sm
File "C:\Users/whale/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages\solaredge_modbus_init_.py", line 9, in
from pymodbus.pdu.register_read_message import ReadHoldingRegistersResponse
ModuleNotFoundError: No module named 'pymodbus.pdu.register_read_message'
Traceback (most recent call last):
File "C:\Users\whale\OneDrive\Documents\Python\dir.py", line 28, in
import solaredge_modbus as sm
File "C:\Users/whale/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0/LocalCache/local-packages/Python312/site-packages\solaredge_modbus_init_.py", line 9, in
from pymodbus.pdu.register_read_message import ReadHoldingRegistersResponse
ModuleNotFoundError: No module named 'pymodbus.pdu.register_read_message'
The version of pymodbus that I am using is 3.9.2