I tried to install 'youtube_dl' using
pip install youtube_dl
And I got an Error:
DEPRECATION: Python 2.7 will reach the end of its life on January 1st,
2020. Please upgrade your Python as Python 2.7 won't be maintained
after that date. A future version of pip will drop support for Python 2.7.
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied:
'/Library/Python/2.7/site-packages/youtube_dl-2020.1.24.dist-info'
Consider using the `--user` option or check the permissions.
I don't understand this because I do have the newest version of Python installed.
Thank you