我已经boto3从 Jenkins 管道执行了一个 python 脚本,工作失败并出现以下错误 -
import boto3 ImportError: No module named boto3
Jenkins 正在运行AWS EC2 t2.xlarge,boto3模块安装在 python2.7(默认)和 python3.5 上。ec2如果我从实例执行 python 脚本,我看不到上述错误ec2-user。
请让我知道这里的任何解决方案。
谢谢。
我已经boto3从 Jenkins 管道执行了一个 python 脚本,工作失败并出现以下错误 -
import boto3 ImportError: No module named boto3
Jenkins 正在运行AWS EC2 t2.xlarge,boto3模块安装在 python2.7(默认)和 python3.5 上。ec2如果我从实例执行 python 脚本,我看不到上述错误ec2-user。
请让我知道这里的任何解决方案。
谢谢。