#spotdl won't run
5 messages · Page 1 of 1 (latest)
Please continue adding more information into this thread.
You should include the following information:
spotDL Version
Eg. 4.0.0
Operating System
Eg. Windows 22H2
The Command You Ran
Please include Spotify links.
Screenshots or Pasted Error Messages
Only send these if they are relevant.
To send pasted error messages use three backticks (```)
Here's info on how to use code blocks.
@quick jolt
spotdl version 3.9.6
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\tommh\AppData\Local\Programs\Python\Python314\Scripts\spotdl.exe\__main__.py", line 2, in <module>
from spotdl import console_entry_point
File "C:\Users\tommh\AppData\Local\Programs\Python\Python314\Lib\site-packages\spotdl\__init__.py", line 1, in <module>
from .__main__ import console_entry_point
File "C:\Users\tommh\AppData\Local\Programs\Python\Python314\Lib\site-packages\spotdl\__main__.py", line 1, in <module>
from spotdl.console import console_entry_point
File "C:\Users\tommh\AppData\Local\Programs\Python\Python314\Lib\site-packages\spotdl\console\__init__.py", line 7, in <module>
from spotdl.parsers import parse_arguments, parse_query
File "C:\Users\tommh\AppData\Local\Programs\Python\Python314\Lib\site-packages\spotdl\parsers\__init__.py", line 1, in <module>
from spotdl.parsers.argument_parser import parse_arguments # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\tommh\AppData\Local\Programs\Python\Python314\Lib\site-packages\spotdl\parsers\argument_parser.py", line 3, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'