46 pass
47 else:
48 # It is better to raise an ImportError since we are importing magic module
---> 49 raise ImportError('failed to find libmagic. Check your installation')
ImportError: failed to find libmagic. Check your installation
Expected behavior
brew install libmagic
solves the problem
Environment
AugLy Version: 1.0.0
OS (e.g., Linux): Mac Sonoma 14.2.1
How you installed AugLy (pip install augly, clone & pip install -e AugLy): pip install augly
🐛 Bug
error importing library after pip install
To Reproduce
Steps to reproduce the behavior:
ImportError: failed to find libmagic. Check your installation
Expected behavior
brew install libmagic
solves the problemEnvironment
pip install augly
, clone &pip install -e AugLy
): pip install auglyAdditional context