You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Build is currently failing due to not being able to do: sls deploy
Error:
Error: `python3.7 -m pip help install` Exited with code 1
at ChildProcess.<anonymous> (/home/circleci/project/node_modules/child-process-ext/spawn.js:38:8)
at ChildProcess.emit (node:events:526:28)
at ChildProcess.emit (node:domain:475:12)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:526:28)
at Socket.emit (node:domain:475:12)
at Pipe.<anonymous> (node:net:687:12)
Exited with code exit status 1
CircleCI received exit code 1
Orb Version
circleci/[email protected]
Describe the bug
Build is currently failing due to not being able to do: sls deploy
To Reproduce
Use orb and run - run: sls deploy
Expected behavior
Being able to deploy with python.
Additional context
Not able to deploy since Serverless Compose release
The text was updated successfully, but these errors were encountered: