-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Dissect target fails when installed using pip install dissect on Python 3.14.2.
(REDACTED) C:\Users\REDACTED\Downloads>target-query
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\REDACTED\Downloads\REDACTED\Scripts\target-query.exe\__main__.py", line 2, in <module>
from dissect.target.tools.query import main
File "C:\Users\REDACTED\Downloads\REDACTED\Lib\site-packages\dissect\target\__init__.py", line 1, in <module>
from dissect.target.target import Target
File "C:\Users\REDACTED\Downloads\REDACTED\Lib\site-packages\dissect\target\target.py", line 10, in <module>
from dissect.target import container, filesystem, loader, plugin, volume
File "C:\Users\REDACTED\Downloads\REDACTED\Lib\site-packages\dissect\target\container.py", line 10, in <module>
from dissect.target.helpers.utils import readinto
File "C:\Users\REDACTED\Downloads\REDACTED\Lib\site-packages\dissect\target\helpers\utils.py", line 10, in <module>
from dissect.target.helpers import fsutil
File "C:\Users\REDACTED\Downloads\REDACTED\Lib\site-packages\dissect\target\helpers\fsutil.py", line 64, in <module>
from dissect.target.helpers.compat.path_313 import PureDissectPath, TargetPath
File "C:\Users\REDACTED\Downloads\REDACTED\Lib\site-packages\dissect\target\helpers\compat\path_313.py", line 26, in <module>
from glob import _Globber
ImportError: cannot import name '_Globber' from 'glob' (C:\Users\REDACTED\AppData\Local\Python\pythoncore-3.14-64\Lib\glob.py)
Metadata
Metadata
Assignees
Labels
No labels