mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.44k stars 935 forks source link

ModuleNotFoundError: No module named 'yt_dlp' #5729

Closed popcion closed 3 months ago

popcion commented 3 months ago

image image image I have installed yt-dlp, but I am unable to call it in gallery-dl. I used the following commands:

pip install yt-dlp 
py -3 -m pip install -U gallery-dl
mikf commented 3 months ago

You have multiple gallery-dls installed, one of which is the release page executable (.pyc) which cannot import an external yt-dlp.

Remove all the extras (where gallery-dl) and only use the one installed with pip. I'd also recommend using the same pip install gallery-dl as you did for yt-dlp, but this might not make a difference.