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

[QUESTION]: ModuleNotFoundError: No module named 'events' #1160

Open
roflox opened this issue Apr 2, 2024 · 1 comment
Open

[QUESTION]: ModuleNotFoundError: No module named 'events' #1160

roflox opened this issue Apr 2, 2024 · 1 comment
Labels
question Further information is requested

Comments

@roflox
Copy link

roflox commented Apr 2, 2024

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

@roflox roflox added the question Further information is requested label Apr 2, 2024
@dogukanarkan
Copy link

Probably your PYTHONPATH environment variable is not set. You can set this command for your path:

export PYTHONPATH="/Users/roflox/Tidal-Media-Downloader/TIDALDL-PY/tidal_dl"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants