liqd / adhocracy-plus

adhocracy+ is a SaaS platform to make digital democracy easy for everyone
https://adhocracy.plus/
GNU Affero General Public License v3.0
80 stars 20 forks source link

installing a+: Failed to find libmagic #2744

Open rjlanari opened 3 months ago

rjlanari commented 3 months ago

While running make install I got the following error

ImportError: failed to find libmagic. Check your installation

Screenshot 2024-08-15 at 13 08 00

I installed libmagic and it seems to work.

Should libmagic be in the README as a requirement?

Thanks

m4ra commented 3 months ago

how did u install libmagic? can you lookup how to install python package magic for macOS? Maybe that requirement is something special for macOS?

rjlanari commented 3 months ago

What I did is the following:

brew install libmagic pip install python-magic

That seems to have worked! Thanks