您好,我正在尝试在我的 lambda 函数中导入 pytube,但是当我尝试运行代码时出现以下错误:响应 { "errorMessage": "无法导入模块 'index'" }函数日志无法导入模块“index”:没有名为“pytube”的模块这是我的代码:import boto3from pytube import YouTubes3 = boto3.resource('s3')URL = ''PATH = ''def handler(event, context): YouTube(URL).streams.first().download(PATH)我的 IDE 说 pytube 已经安装:需求已经满足:/home/ec2-user/.local/lib/python2.7/site-packages中的pytube可能是什么问题呢?
添加回答
举报
0/150
提交
取消