Unable to deploy using serverless compose feature and serverless-python-requirements plugin #851
Unanswered
threes-was-taken
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experiencing issues with deploying, locally as well as in a CI environment (Github Actions), where I'm not able to execute serverless deploy on composed services.
My service(s) are written in python and using this plugin. Each of my services have their own requirements.txt file and the structure is the following
The error I'm gettng is the following
Serverless ϟ Compose ✖ etl-service ENOENT: no such file or directory, open '.serverless/requirements.txt' Results: 0 services succeeded, 1 failed, 0 skipped, 1 total Time: 28s
Is someone experiencing the same issue? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions