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
I found an issue in the newest version of the library; there is a lack of WrapperHeader declaration in the io.py file.
It can be resolved in the best way like this:
from dlms_cosem.protocol.wrappers import WrapperHeader, WrapperProtocolDataUnit
Pycharm, python 3.12, getting an error with WrapperHeader class.
Traceback (most recent call last):
NameError: name 'WrapperHeader' is not defined
The text was updated successfully, but these errors were encountered: