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
(.venv) C:\Program Files (x86)\sherloq\sherloq\gui>python sherloq.py
Traceback (most recent call last):
File "C:\Program Files (x86)\sherloq\sherloq\gui\sherloq.py", line 19, in
from digest import DigestWidget
File "C:\Program Files (x86)\sherloq\sherloq\gui\digest.py", line 5, in
import magic
File "C:\Program Files (x86)\sherloq\sherloq.venv\Lib\site-packages\magic_init_.py", line 209, in
libmagic = loader.load_lib()
^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\sherloq\sherloq.venv\Lib\site-packages\magic\loader.py", line 49, in load_lib
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
i try install magic but also get error
The text was updated successfully, but these errors were encountered:
kawayixixing
changed the title
when i install
run sherloq.py on windows10 get error
Sep 14, 2024
note: if python-magic is installed when using windows powershell, sherloq will not run and throw an error because this library is prioritized. Make sure python-magic-bin is installed instead.
(.venv) C:\Program Files (x86)\sherloq\sherloq\gui>python sherloq.py
Traceback (most recent call last):
File "C:\Program Files (x86)\sherloq\sherloq\gui\sherloq.py", line 19, in
from digest import DigestWidget
File "C:\Program Files (x86)\sherloq\sherloq\gui\digest.py", line 5, in
import magic
File "C:\Program Files (x86)\sherloq\sherloq.venv\Lib\site-packages\magic_init_.py", line 209, in
libmagic = loader.load_lib()
^^^^^^^^^^^^^^^^^
File "C:\Program Files (x86)\sherloq\sherloq.venv\Lib\site-packages\magic\loader.py", line 49, in load_lib
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
i try install magic but also get error
The text was updated successfully, but these errors were encountered: