danielhrisca / asammdf

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

asammdf 8.0.1 will not start/launch - Windows 11 #1091

Open korzelg opened 3 weeks ago

korzelg commented 3 weeks ago

I downloaded version 8.0.1 (dist.zip) from: https://github.com/danielhrisca/asammdf/actions/runs/11406655486

However, it will not start - get the error below. Any recommendations to resolve?

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

danielhrisca commented 4 days ago

please try version https://github.com/danielhrisca/asammdf/actions/runs/11889185054