pip install python-magic-bin==0.4.14
brew install libmagic
and a few other things I found on Google, but still not workingpip
commands I had to run to setup unstructured, but it is way faster because pypy has all the wheels built for the x86_64 platform. Wish I knew that a few hours ago!!apt-get install libmagic-dev !pip install python-magic import magic
brew install libmagic
is what worked for me when I was making it. Lmk if the pip install works -- we can see if adding it to requirements solves it