【发布时间】:2020-01-25 15:16:57
【问题描述】:
我尝试使用安装“youtube_dl”
pip install youtube_dl
我得到了一个错误:
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.
我不明白这一点,因为我确实安装了最新版本的 Python。
谢谢
【问题讨论】:
-
第一部分只是一个警告。第二部分显示您没有足够的管理员权限来执行安装。
-
显然您只是使用了错误的 Python 版本,对吧?您没有使用任何虚拟环境吗?
标签: python