-
Notifications
You must be signed in to change notification settings - Fork 293
spawn python3.11 ENOENT when set runtime to ython3.11 #811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello 👋 It looks like you might not have |
Thankss @pgrzesik This is the solution! |
@pgrzesik no, i have installed python3.11 in my mac, i run in aws ec2 have same issue, when i recreate a ec2 restore my mac that working, confused for me |
You is running If yes, you need install python 3.11 in your instance! |
This looks to be the problem with missing |
Are you certain it's a bug?
Are you using the latest plugin release?
Is there an existing issue for this?
Issue description
Error: spawn python3.11 ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:284:19)
at onErrorNT (node:internal/child_process:477:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Service configuration (serverless.yml) content
Command name and used flags
sls deploy -s staging
Command output
Environment: darwin, node 18.18.2, framework 3.38.0 (local) 3.36.0v (global), plugin 7.2.0, SDK 4.5.1 Credentials: Local, "default-staging" profile Docs: docs.serverless.com Support: forum.serverless.com Bugs: github.com/serverless/serverless/issues Error: Error: spawn python3.11 ENOENT at ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Environment information
The text was updated successfully, but these errors were encountered: