开发者问题收集
当我尝试运行我的脚本时,它只有这两行:from pytube import YouTubeYouTube('http://youtube.com/watch?v=9bZkp7q19f0').streams.first().download()我收到错误:ImportError:无法从“pytube”(未知位置)导入名称“YouTube”我使用以下文档来安装 pytube:https://githu