I install asammdf package to read dat file in python. After installing asammdf using pip install asammdf
, the installation is successful. However, when I import asammdf, I got ldf is not supported
.
May I know how to solve this issue and after installing the asammdf? Moreover I also cannot open the spyder in my anaconda
Asked
Active
Viewed 2,259 times
1

Susan
- 431
- 1
- 4
- 16
1 Answers
1
That is just a warning message from the canmatrix library. If you don't use LIN database file (ldf files) for bus logging decoding then you can just ignore it.
If you really want to make it go away then just install the ldfparser package since this is required for ldf support ( see https://github.com/ebroecker/canmatrix/blob/6ed291b73a5824e367615c99ee1b4e6084eb026e/setup.py#L98)

danielhrisca
- 665
- 1
- 5
- 11
-
After installing the asammdf package in anaconda, I cannot open the spyder. I am not sure whether cannot open spyder is related to the asammdf package. – Susan Apr 17 '22 at 12:19