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
Describe the bug
The program is entirely failing to run because it can't import from mutagen.
To Reproduce
Download the 2023-7-24 CLI release and attempt to run it. Any arguments can be added, or none at all, as the issue occurs before anything is processed.
Expected behavior
The program should attempt to download a Twitter Space.
Output
Traceback (most recent call last):
File "twspace_dl\__main__.py", line 10, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "twspace_dl\__init__.py", line 4, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "twspace_dl\twspace_dl.py", line 10, in <module>
ModuleNotFoundError: No module named 'mutagen'
[13912] Failed to execute script '__main__' due to unhandled exception!
Desktop (please complete the following information):
OS: Windows 10
Version: 22H2 (build 19045.3208)
Installation method: Portable CLI Binary
Additional context
I have tried the following troubleshooting steps:
Closing all open programs
Redownloading the binary
Running the program from an admin shell
Upgrading, downgrading, uninstalling, and reinstalling Python
Updating, uninstalling, and reinstalling mutagen
Placing the binary in various places near or inside a manually-downloaded copy of mutagen
Restarting my computer many times
The text was updated successfully, but these errors were encountered:
I have the same problem with the GUI portable release.
$ ./twspace-dl-GUI.exe
Traceback (most recent call last):
File "twspace_dl\__main__.py", line 12, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "twspace_dl\__init__.py", line 4, in <module>
File "PyInstaller\loader\pyimod02_importers.py", line 499, in exec_module
File "twspace_dl\twspace_dl.py", line 10, in <module>
ModuleNotFoundError: No module named 'mutagen'
[62356] Failed to execute script '__main__' due to unhandled exception!
Describe the bug
The program is entirely failing to run because it can't import from mutagen.
To Reproduce
Download the 2023-7-24 CLI release and attempt to run it. Any arguments can be added, or none at all, as the issue occurs before anything is processed.
Expected behavior
The program should attempt to download a Twitter Space.
Output
Desktop (please complete the following information):
Additional context
I have tried the following troubleshooting steps:
The text was updated successfully, but these errors were encountered: