-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirements not installed: failed to find libmagic #5
Comments
I think the issue is with below I was able to download cffi latest version separately without any issues. But when I try to run the below command still getting an issue error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.36.32532\bin\HostX86\x64\cl.exe' failed with exit code 2 note: This error originates from a subprocess, and is likely not a problem with pip. |
Long story short, use an older version of python3. Like 3.9 Ran into this same issue with 3.12. Got me to this post here: Looks like its fixed in most recent release of cffi, but libmagic is hard locked on an older version of cffi. So until libmagic gets updated to use the most recent version of cffi, just use an older version of python |
What helped me was downgrading to python 3.9 and then running this |
I used python 3.11 |
I run the requirements.txt successfully but get the error message trying to run msidump.py:
[!] Requirements not installed: failed to find libmagic. Check your installation
Install them with:
cmd> pip install -r requirements.txt
So I install libmagic manually but still the error message persists when running msidump.py
Thanks in advance for any help on this!
The text was updated successfully, but these errors were encountered: