-
Notifications
You must be signed in to change notification settings - Fork 178
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
AttributeError: module 'asyncua.ua' has no attribute 'Integer' #87
Comments
A minimal code, stacktrace and log output would be nice to help you. |
If may help...thanks!
|
Ok found the problem, I will create a pr to fix the issue soon. |
Great, thanks! |
Can you install this branch: FreeOpcUa/opcua-asyncio#1009 and retry? |
Got the same error, maybe I'm wrong...!?! $ pip install git+https://github.com/schroeder-/opcua-asyncio.git $ opcua-client UInteger = ua.Integer asyncua.common.structures104 - ERROR - Failed to execute auto-generated code from UA datatype: |
you install my master branch not the pr try this: pip install git+https://github.com/schroeder-/opcua-asyncio.git@add_integer_uinteger |
Got the same... $ pip install git+https://github.com/schroeder-/opcua-asyncio.git@add_integer_uinteger UInteger = ua.Integer asyncua.common.structures104 - ERROR - Failed to execute auto-generated code from UA datatype: |
Just installed with pip.
Trying to connect to a Rittal PDU with OPC-UA server running.
Query server capabilities works.
Any hints?
The text was updated successfully, but these errors were encountered: