Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repl is broken #2530

Closed
jondo2010 opened this issue Jan 3, 2025 · 3 comments
Closed

Repl is broken #2530

jondo2010 opened this issue Jan 3, 2025 · 3 comments

Comments

@jondo2010
Copy link

Versions

  • Python: 3.12
  • OS: Ubuntu 24.04
  • Pymodbus: 3.8.2

Description

Trying to use the repl.

Code and Logs

$ 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)
@janiversen
Copy link
Collaborator

Please file this issue in the repl repo https://github.com/pymodbus-dev/repl

As documented repl is not maintained as part of pymodbus.

@dhoomakethu
Copy link
Contributor

REPL requires pymodbus <= 3.7.

@dhoomakethu
Copy link
Contributor

This is being tracked here pymodbus-dev/repl#26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants