We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While running make install I got the following error
ImportError: failed to find libmagic. Check your installation
I installed libmagic and it seems to work.
Should libmagic be in the README as a requirement?
Thanks
The text was updated successfully, but these errors were encountered:
how did u install libmagic? can you lookup how to install python package magic for macOS? Maybe that requirement is something special for macOS?
Sorry, something went wrong.
What I did is the following:
brew install libmagic pip install python-magic
That seems to have worked! Thanks
No branches or pull requests
While running make install I got the following error
ImportError: failed to find libmagic. Check your installation
I installed libmagic and it seems to work.
Should libmagic be in the README as a requirement?
Thanks
The text was updated successfully, but these errors were encountered: