ModuleNotFoundError: No module named 'modbus_protocol'
Hi, I've been trying to use modbus version 3.2 in a personal project. Upon the execution of my script, the following error popped up.
I can't seem to find any information regarding this problem, thus the creation of this issue.
I have tried to recompile the source code within the easymodbus folder as well as my own code.
I'm using Python 3.10.7 and installed modbus through pip 23.2.1 Thanks!
I have the same problem.
We have encountered this too - any ideas?
Hi, Same problem here with python 3.12.6 and python 3.8.6. Has anyone in the meantime found a solution?
As a workaround, I uninstalled the latest version of easymodbus and installed an older version instead.
pip3 uninstall easymodbus && pip3 install easymodbus==1.4.0