Please run the following snippet and write the output here
import platform
import sys
from pprint import pprint
pprint("python=" + sys.version)
pprint("os=" + platform.platform())
try:
import numpy
pprint("numpy=" + numpy.__version__)
except ImportError:
pass
try:
import asammdf
pprint("asammdf=" + asammdf.__version__)
except ImportError:
pass
_please write here the file version (you can run print(MDF(file).version)
)
please write here the code snippet that triggers the error
please write here the error traceback
The fastest way to debug is to have the original file. For data protection you can use the static method scramble to scramble all text blocks, and send the scrambled file by e-mail.
Please describe the issue here.