ACED-IDP / gen3_util

Collection of command line tools to interact with a Gen3 instance
MIT License
3 stars 1 forks source link

Install of gen3_util issue libmagic #12

Closed jordan2lee closed 11 months ago

jordan2lee commented 1 year ago

Installing as per README.md results in

ImportError: failed to find libmagic.  Check your installation

Suggestions online suggest pip install python-magic==0.4.15 or pip uninstall python-magic pip install python-magic-bin==0.4.14 to resolve this issue libmagic should be added to requirements.txt

jordan2lee commented 1 year ago

or alternatively for some users brew install libmagic