You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Python version: 3.11.4
Other relevant packages (Tensorflow, etc):
Additional context
The text was updated successfully, but these errors were encountered:
🐛 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 problem
Environment
pip install augly
, clone &pip install -e AugLy
): pip install auglyAdditional context
The text was updated successfully, but these errors were encountered: