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
$ pymodbus.console
Traceback (most recent call last):
File "/home/jhughes/tmp/bin/pymodbus.console", line 5, in <module>
from pymodbus_repl.client.main import main
File "/home/jhughes/tmp/lib/python3.12/site-packages/pymodbus_repl/client/main.py", line 15, in <module>
from pymodbus.transaction import (
ImportError: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/home/jhughes/tmp/lib/python3.12/site-packages/pymodbus/transaction/__init__.py)
The text was updated successfully, but these errors were encountered:
Versions
Description
Trying to use the repl.
Code and Logs
The text was updated successfully, but these errors were encountered: