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
fails with error - ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/opt/atlassian/pipelines/agent/build/.serverless/requirements/requirements-common.txt'
How can this be resolved?
The text was updated successfully, but these errors were encountered:
Hi,
I have nested requirements.txt file -
requirements-common.txt
requirements-dev.txt (build from -r requirements-common.txt)
requirements-prod.txt (build from -r requirements-common.txt)
all these files are in root of service (where serverless.yml lies) but on running -
pythonRequirements:
fileName: requirements-${self:provider.stage}.txt
fails with error - ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/opt/atlassian/pipelines/agent/build/.serverless/requirements/requirements-common.txt'
How can this be resolved?
The text was updated successfully, but these errors were encountered: