forked from Jamie-Landeg-Jones/youtube-dl
-
Notifications
You must be signed in to change notification settings - Fork 47
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
ModuleNotFoundError: No module named 'youtube_dl.extractor.lazy_extractors' #17
Labels
question
Further information is requested
Comments
In the mean time, I found that using 84f19c0 works splendidly for my needs; this is just before the Avanto code was committed. |
The
|
pukkandan
added a commit
to yt-dlp/yt-dlp
that referenced
this issue
Jan 28, 2021
This prevents "ModuleNotFoundError: No module named 'youtube_dl.extractor.lazy_extractors'" from appearing in the traceback Related: animelover1984/youtube-dl#17 (comment)
animelover1984
pushed a commit
that referenced
this issue
Jul 4, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I tried the latest commit
469493e
via the following process:Download source --> cd --> type
make
-->pip install -r requirements.txt
--> run
python youtube-dl ...
This results in the following error:
Perhaps this happens because I haven't fully installed this fork, but following the above process works without issue on release 2020.08.24m.
I'm trying to use this fork as a python script because I want to to have the original youtube-dl installed simultaneously. I have two questions then
The text was updated successfully, but these errors were encountered: