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

Module named async which is a reserverd word in python3. #391

Closed
AtibaBryan opened this issue Feb 27, 2019 · 1 comment
Closed

Module named async which is a reserverd word in python3. #391

AtibaBryan opened this issue Feb 27, 2019 · 1 comment

Comments

@AtibaBryan
Copy link

The module for making asynchronous communication over modbus is named async which is a reserved word in python3. This is making importing the async module in python3 code difficult to impossible.

I propose renaming the module, but I know that would be a breaking change.
Does anybody know of a work around for the time being?

@dhoomakethu
Copy link
Contributor

The support is part of 2.2.0 release (available via PIP as well as a release canidate pip install pymodbus==2.2.0rc3

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants