Terminal-Video-Player icon indicating copy to clipboard operation
Terminal-Video-Player copied to clipboard

ModuleNotFoundError: No module named 'youtube_dl'

Open 19wolf opened this issue 2 years ago • 1 comments

I've already tried (re)installing youtube-dl with pip, but it still won't work?

19wolf avatar Oct 04 '22 01:10 19wolf

Are you sure you have installed all the dependencies correctly?

Try running:

pip install -r requirements.txt

To install all the dependencies

TheAlexDev23 avatar Oct 04 '22 21:10 TheAlexDev23