Exception Value:failed to find libmagic. Check your installation in windows 7

前端 未结 5 1841
不知归路
不知归路 2021-02-05 04:48

When I am trying to open django admin panel this error is showing:

ImportError at /admin/
failed to find libmagic.  Check your installation
Request Method: GET
R         


        
5条回答
  •  余生分开走
    2021-02-05 05:26

    Your multiuploader form uses python-magic library possibly for filetype identification. However you probably do not have all the missing dependencies installed. Please install the missing dependencies.

    https://github.com/ahupp/python-magic#dependencies

提交回复
热议问题