Try to install the 'youtube-dl' package but dont recognize. I use the latest version of pyenv-win
with python 3.9.4 version and last pip version.
I think the problem is because the path witch cant find for 'youtube-dl' package but I have already the paths on the environment variables.
Edit:
Steps to reproduce:
- install the pyenv-win (windows version) (I follow the instructions from the repo)
- install the python 3.9.4 with pyenv
- update the pip version to lastest
- install the youtube-dl
pip install --upgrade youtube-dl
- run the command youtube-dl in power shell to check if it work but error.
Error: youtube-dl : The term 'youtube-dl' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1
- youtube-dl
-
+ CategoryInfo : ObjectNotFound: (youtube-dl:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
with next command work perfect python -m youtube_dl --version 2021.06.06