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
This library is not compatible with newer pymodbus versions starting from 3.7.0:
Traceback (most recent call last):
File "my_logger.py", line 4, in <module>
import sdm_modbus
File "/home/gerw/local/src/X/.env/lib/python3.12/site-packages/sdm_modbus/__init__.py", line 1, in <module>
from sdm_modbus.meter import *
File "/home/gerw/local/src/X/.env/lib/python3.12/site-packages/sdm_modbus/meter.py", line 11, in <module>
from pymodbus.register_read_message import ReadInputRegistersResponse
ModuleNotFoundError: No module named 'pymodbus.register_read_message'
The text was updated successfully, but these errors were encountered:
This library is not compatible with newer pymodbus versions starting from 3.7.0:
The text was updated successfully, but these errors were encountered: