Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'mutagen' #1165

Open
matteorizzo opened this issue May 26, 2024 · 0 comments
Open

ModuleNotFoundError: No module named 'mutagen' #1165

matteorizzo opened this issue May 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@matteorizzo
Copy link

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

@matteorizzo matteorizzo added the bug Something isn't working label May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant