Closed Sihan-Son closed 4 months ago
Fossligth scanner is not work just install with pip or pip3
pip
pip3
After install with pip or pip3 I faced import error is as follow. ImportError: failed to find libmagic. Check your installation
ImportError: failed to find libmagic. Check your installation
It can not fix pip install magic or pip install libmagic.
pip install magic
pip install libmagic
I fix it with brew.
Please add one line for mac user in install guide brew install libmagic
brew install libmagic
@Sihan-Son , This link, https://fosslight.org/fosslight-guide-en/scanner/etc/guide_virtualenv.html , provides guidance on what to pre-install. In the README, it is a page linked to the 'How to install' section.
Fossligth scanner is not work just install with
pip
orpip3
After install with
pip
orpip3
I faced import error is as follow.ImportError: failed to find libmagic. Check your installation
It can not fix
pip install magic
orpip install libmagic
.I fix it with brew.
Please add one line for mac user in install guide
brew install libmagic