Python-magic installation error - ImportError: failed to find libmagic

前端 未结 4 1675
天涯浪人
天涯浪人 2020-12-18 03:43

I am trying to install python-magic for Windows and I have followed all the instructions in https://github.com/ahupp/python-magic and repeated the process several times but

4条回答
  •  -上瘾入骨i
    2020-12-18 04:10

    Installing Cygwin with libmagic libary and installing the most recent version of the module from Github solves this problem.

    At the time this question was asked, https://github.com/ahupp/python-magic probably didn't support cygmagic-1.dll.

提交回复
热议问题