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

ModuleNotFoundError: No module named 'modbus_protocol' #15

Open
thebugcreator opened this issue Oct 6, 2023 · 4 comments
Open

ModuleNotFoundError: No module named 'modbus_protocol' #15

thebugcreator opened this issue Oct 6, 2023 · 4 comments

Comments

@thebugcreator
Copy link

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.

image

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!

@dangtuan-ng
Copy link

I have the same problem.

@agwidarsito
Copy link

We have encountered this too - any ideas?

@leonardo-chiappisi
Copy link

Hi, Same problem here with python 3.12.6 and python 3.8.6. Has anyone in the meantime found a solution?

@sarah-seidman
Copy link

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

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

5 participants