yaronzz / Tidal-Media-Downloader

Download 'TIDAL' Music On Windows/Linux/MacOs (PYTHON/C#)
http://doc.yaronzz.com/post/tidal_dl_installation/
Apache License 2.0
3.4k stars 473 forks source link

ModuleNotFoundError: No module named 'mutagen' #1165

Open matteorizzo opened 4 months ago

matteorizzo commented 4 months ago

Which tool

tidal-dl

Version

latest, afaik

Platform

Macos

Describe the bug

When launching tidal-dl as usual, it now refuses to start, mentioning "ModuleNotFoundError: No module named 'mutagen'".

When trying to reinstall, "error: externally-managed-environment". I don't recall this ever happening before.

Relevant log output

Traceback (most recent call last):
  File "/opt/homebrew/bin/tidal-dl", line 5, in <module>
    from tidal_dl import main
  File "/opt/homebrew/lib/python3.11/site-packages/tidal_dl/__init__.py", line 14, in <module>
    from tidal_dl.events import *
  File "/opt/homebrew/lib/python3.11/site-packages/tidal_dl/events.py", line 12, in <module>
    import aigpy
  File "/opt/homebrew/lib/python3.11/site-packages/aigpy/__init__.py", line 17, in <module>
    import aigpy.tagHelper as tag
  File "/opt/homebrew/lib/python3.11/site-packages/aigpy/tagHelper.py", line 14, in <module>
    from mutagen import File
ModuleNotFoundError: No module named 'mutagen'

Add screenshots

No response