致命错误C1083:无法打开包含文件:'magic.h':没有这样的文件或目录

时间:2017-10-21 01:28:40

标签: django windows-10 python-3.5 python-magic

尝试在我的Windows 10计算机上运行django服务器。

当我执行python manage.py runserver时,出现以下错误:

致命错误C1083:无法打开包含文件:'magic.h':没有这样的文件或目录

我在Windows 10上运行64位python 3.5。

以下是错误图片:

enter image description here

1 个答案:

答案 0 :(得分:1)

GitHub讨论了这个问题:https://github.com/ahupp/python-magic/issues/154

似乎解决方案是重新安装libmagic“pip install libmagic”和/或“pip install python-magic”(我使用的环境使用两者)并从https://pypi.python.org/pypi/python-magic-bin/0.4.14下载特定于Windows的文件并安装将“pip install”添加到Python环境中。