fosslight / fosslight_scanner

FOSSLight Scanner
Apache License 2.0
17 stars 16 forks source link

Add install guide for mac user #106

Closed Sihan-Son closed 4 months ago

Sihan-Son commented 4 months ago

Fossligth scanner is not work just install with pip or pip3

After install with pip or pip3 I faced import error is as follow. ImportError: failed to find libmagic. Check your installation

It can not fix pip install magic or pip install libmagic.

I fix it with brew.

Please add one line for mac user in install guide brew install libmagic

soimkim commented 4 months ago

@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.