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? 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
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!
The text was updated successfully, but these errors were encountered:
I have the same problem.
Sorry, something went wrong.
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
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: