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
I want to extend the program but I have a problem when I try to start the program from source code. I get this error when I try to run the command:
python3 setup.py install
I get this error:
File "/Users/roflox/Tidal-Media-Downloader/TIDALDL-PY/tidal_dl/init.py", line 15, in
from events import *
ModuleNotFoundError: No module named 'events'
Add screenshots
No response
The text was updated successfully, but these errors were encountered:
Which tool
tidal-dl
Describe your question
I want to extend the program but I have a problem when I try to start the program from source code. I get this error when I try to run the command:
python3 setup.py install
I get this error:
File "/Users/roflox/Tidal-Media-Downloader/TIDALDL-PY/tidal_dl/init.py", line 15, in
from events import *
ModuleNotFoundError: No module named 'events'
Add screenshots
No response
The text was updated successfully, but these errors were encountered: