Forums

Use mutagen in my project

Hello,

Regarding the operation of my attached algorithm:

import mutagen from mutagen.mp3 import MP3

It seems unable to import mutagen, even though I previously executed a "pip install mutagen," which appears in the pip list.

Could this import be incompatible with my server?

Are you using a virtualenv when installing the library? - https://help.pythonanywhere.com/pages/Virtualenvs/