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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: