Am a newbie to Python and is trying to use eyed3 module. Here is my code.
import eyed3
def GetAlbumName(filename):
tag = eyed3.tag()
I am running into exception
Exception has occurred: ImportError failed to find libmagic
As explained in the following link, I installed "python-magic", but the exception still remains. pip installing eyeD3 module. Failed to find libmagic
Within Visual Studio Code, I tried changing the interpeter (Ctrl+Shift+P), but that didn't help either