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

前端 未结 4 1676
天涯浪人
天涯浪人 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条回答
  •  一生所求
    2020-12-18 03:54

    Go here and download the file "python_magic_bin-0.4.14-py2.py3-none-win32.whl", then

    pip install python_magic_bin-0.4.14-py2.py3-none-win32.whl
    

    now python-magic works

提交回复
热议问题