danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
640 stars 224 forks source link

cannot plot GPS in asammdf gui - crashes #1089

Open korzelg opened 5 days ago

korzelg commented 5 days ago

I have not been able to plot GPS data. From the CSS website, I downloaded sample data (mf4-sample-data-v2.1) and decoded with the DBC file (database-01-08). I am using asammdfgui-v7.5.0dev2-windows.

Sample MDF4 and DBC files: https://canlogger.csselectronics.com/canedge-getting-started/ce3/log-file-tools/

mf4-sample-data-v2.1.zip database-01.08.dbc

https://canlogger.csselectronics.com/canedge-getting-started/ce3/log-file-tools/asammdf-gui/

I then follow the steps to plot GPS position (Create plots — CANedge3 Intro and Tools FW 01.08.01 documentation (csselectronics.com) 1 - Create window 2 - Select GPS, click Apply (with Latitude and Longitude auto loaded) 3 - after waiting for some time, the program crashes and closes.

Any suggestions on troubleshooting?

I have Windows 11 Pro on my Dell laptop Latitude 5530

korzelg commented 4 days ago

Is there a windows download version of 8.0.1? Or do I just copy all the files?

danielhrisca commented 4 days ago

https://github.com/danielhrisca/asammdf/actions/runs/11406655486

korzelg commented 4 days ago

Thanks Daniel - but I am looking for a windows executable. Was not able to find in the above link.

This is where I downloaded the previous version 7.5.0d2: https://canlogger.csselectronics.com/files/asammdf/v750dev2/asammdfgui-v7.5.0dev2-windows.zip

danielhrisca commented 4 days ago

You have to download this archive use the windows application image

korzelg commented 1 day ago

Thank you Daniel. Downloaded and unzipped. However, it will not launch -

Error: <class 'AttributeError'>
partially initialized module 'fsspec' has no attribute 'utils' (most likely due to a circular import)

Details: 2024-10-21, 12:48:17

<class 'AttributeError'>
partially initialized module 'fsspec' has no attribute 'utils' (most likely due to a circular import)

File "asammdf\gui\asammdfgui.py", line 52, in File "asammdf\gui\asammdfgui.py", line 45, in main File "asammdf\gui\widgets\main.py", line 47, in init File "asammdf\gui\widgets\batch.py", line 122, in init File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module File "fastparquet__init.py", line 4, in File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module File "fastparquet\writer.py", line 12, in File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module File "fastparquet\util.py", line 16, in File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module File "fsspec\init__.py", line 6, in File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 384, in exec_module File "fsspec\compression.py", line 68, in File "fsspec\compression.py", line 46, in register_compression