Forums

youtube-dl for python3.6

Hi guys, I'm able to install the pip package youtube-dl but it doesn't recognize it when it loads and i suspect its installing the 2.7 version. any ideas on what the work around is? Thanks:)

pip3 install --user youtube-dl

solved because im stupid

Glad you worked it out :-) I'm guessing the solution was to use pip3.6?

you guess it! pip3 is the answer

python3 -m pip works as well