Friday 28 June 2019

ImportError: failed to find libmagic. Check your installation

1) uninstall python-magic
pip uninstall python-magic

2) install python-magic-bin==0.4.14
pip install python-magic-bin==0.4.14

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

TypeError: argument of type 'WindowsPath' is not iterable

 Please make to modify settings.py file: DATABASES = { 'default' : { 'ENGINE' : 'django.db.backends.sqlite3&...