We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello world :-)
I am using ModbusSniffer git master (installs as 1.0.3) on FreeBSD 14.2 AMD64 with Python 3.11 and pymodbus-3.8.1.
Running modbus_sniffer fails with:
modbus_sniffer
(venv3.11embedded) modbus_sniffer --help Traceback (most recent call last): File "/XXX/.local/venv3.11embedded/bin/modbus_sniffer", line 33, in <module> sys.exit(load_entry_point('modbus-sniffer==1.0.3', 'console_scripts', 'modbus_sniffer')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/XXX/.local/venv3.11embedded/bin/modbus_sniffer", line 25, in importlib_load_entry_point return next(matches).load() ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/metadata/__init__.py", line 204, in load return functools.reduce(getattr, attrs, module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'modbus_sniffer' has no attribute 'main'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello world :-)
I am using ModbusSniffer git master (installs as 1.0.3) on FreeBSD 14.2 AMD64 with Python 3.11 and pymodbus-3.8.1.
Running
modbus_sniffer
fails with:The text was updated successfully, but these errors were encountered: