You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: