Trying to install eyed3 but it\'s giving me this error:
>>> import eyed3
Traceback (most recent call last):
File \"\", line 1,
I fixed it by installing libmagic with this command
brew install libmagic
On Windows
You'll need DLLs for libmagic. @julian-r has uploaded a version of this project that includes binaries to pypi: https://pypi.python.org/pypi/python-magic-bin/0.4.14
pip install python-magic-bin==0.4.14
Works for me.
You need to install libmagic before you install eye3d.
Here is a link to the git. https://github.com/ahupp/python-magic#dependencies
You can use this to install it:
pip install python-magic