Pycharm报错:Error:failed to find libmagic. Check your installation

Today in the debugger when, Pycharm reported this wrong.

Solution 1:
Use the command
PIP Uninstall Python-Magic
PIP install Python-Magic-bin == 0.4.14

Solution 2:
Uninstall python-magic
then the official website can be downloaded 64 corresponding mounting package.
Then use the command
pip install python_magic_bin-0.4.14-py2.py3-
now python-magic can be used as normal.

Tucao one, now the situation this country to solve the problem of post really bad, to turn stackoverflow, the problem points blow. . .

Guess you like

Origin blog.csdn.net/qq_33472146/article/details/94720551