You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Add screenshots
No response
The text was updated successfully, but these errors were encountered: