【问题标题】:I wanna (import youtube_dl) . so I Execute the <py -m pip install youtube_dl> but I don't understand this error code我想要(导入 youtube_dl)。所以我执行 <py -m pip install youtube_dl> 但我不明白这个错误代码
【发布时间】:2021-07-30 06:48:21
【问题描述】:

警告:脚本 youtube-dl.exe 安装在不在 PATH 上的“C:\Users\PARK\AppData\Roaming\Python\Python37\Scripts”中。 考虑将此目录添加到 PATH,或者,如果您希望禁止显示此警告,请使用 --no-warn-script-location。

【问题讨论】:

  • 我使用 Visual Studio 代码

标签: python youtube


【解决方案1】:

这不是错误,安装应该按预期进行。警告说该路径未添加到 PATH 环境变量中。

建议将Python添加到PATH环境变量中,阅读this questionWhy you should add Python to path and How to上的这篇文章

【讨论】:

    猜你喜欢
    • 2020-09-10
    • 2021-04-18
    • 2018-10-12
    • 1970-01-01
    • 2012-09-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2021-11-20
    相关资源
    最近更新 更多