-
Notifications
You must be signed in to change notification settings - Fork 3
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
pymodbus.server --help no working #25
Comments
Also: poetry run pymodbus.console |
@mmertama pymodbus 3.7.x has some breaking changes and is not compatible with latest repl. Use pymodbus version < 3.7.0 |
When installing repl using poetry/pip it enforces version to 3.8.2, would you mind to change package using interoperable version?
|
The latest main has the restriction on pymodbus. Refer https://github.com/pymodbus-dev/repl/blob/main/pyproject.toml#L31
|
|
installed from pip on macOs
I call "% pymodbus.server --help", and get error "ImportError: cannot import name 'ModbusSocketFramer' from 'pymodbus.transaction'"
The text was updated successfully, but these errors were encountered: