stegoVeritas
stegoVeritas copied to clipboard
stegoveritas_install_deps error on mac
stegovaritas was downloaded using pip3 install stegoveritas
user@Com - 901 Downloads % stegoveritas_install_deps
Traceback (most recent call last):
File "/Users/user/anaconda3/bin/stegoveritas_install_deps", line 5, in <module>
from stegoveritas.install_deps import main
File "/Users/user/anaconda3/lib/python3.8/site-packages/stegoveritas/__init__.py", line 2, in <module>
from .stegoveritas import StegoVeritas
File "/Users/user/anaconda3/lib/python3.8/site-packages/stegoveritas/stegoveritas.py", line 15, in <module>
import magic
File "/Users/user/anaconda3/lib/python3.8/site-packages/magic.py", line 201, in <module>
raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
Unfortunately i don't have a mac to test against. python magic notes the following for mac
When using Homebrew: brew install libmagic
When using macports: port install file
This is the list of commands I had to execute to make it work on mac (fully)
brew install libmagic
pip3 install exiftool
brew install p7zip
brew install foremost
brew install exempi
pip3 install stegoveritas
Thanks @fsilberstein ! Could you run this on your mac and let me know what it says:
import distro
distro.name().lower()
Would like to try to hook in that mac install process.
Sure @bannsec the distro name is darwin
Where are you finding python exiftool lib? I'm not seeing it here:
https://pypi.org/project/exiftool/
Sorry it was a mistake : brew install exiftool