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
[/] I have searched the issues of this repo and believe that this is not a duplicate.
[/] If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
OS version and name:
Poetry version:
Link of a Gist with the contents of your pyproject.toml file:
Issue
I have a CI/CD that use serverless and usePoetry: True, just 3 days ago it was working. But right now it's failing.
Error:
Error: `poetry export --without-hashes -f requirements.txt -o requirements.txt --with-credentials` Exited with code 1
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/serverless-python-requirements/node_modules/child-process-ext/spawn.js:38:8)
at ChildProcess.emit (node:events:513:28)
at ChildProcess.emit (node:domain:489:12)
at maybeClose (node:internal/child_process:1093:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
-vvv
option).Issue
I have a CI/CD that use serverless and usePoetry: True, just 3 days ago it was working. But right now it's failing.
poetry -vvv export --without-hashes -f requirements.txt -o requirements.txt --with-credentials
Here's the -vvv Result
The text was updated successfully, but these errors were encountered: