Closed luislhl closed 1 year ago
We started to have problems with serverless-python-requirements plugin when deploying the Lambdas: https://github.com/HathorNetwork/hathor-explorer-service/actions/runs/3542218948/jobs/5947524789
serverless-python-requirements
The error was python3.8 not found.
python3.8 not found
Setting the python to be used by the plugin to any python3 available solves the issue (reference: https://stackoverflow.com/questions/57740310/serverless-python3-7-not-found-try-the-pythonbin-option)
The new run is working again: https://github.com/HathorNetwork/hathor-explorer-service/actions/runs/3542880636/jobs/5948842767
Acceptance Criteria
Explanation
We started to have problems with
serverless-python-requirements
plugin when deploying the Lambdas: https://github.com/HathorNetwork/hathor-explorer-service/actions/runs/3542218948/jobs/5947524789The error was
python3.8 not found
.Setting the python to be used by the plugin to any python3 available solves the issue (reference: https://stackoverflow.com/questions/57740310/serverless-python3-7-not-found-try-the-pythonbin-option)
The new run is working again: https://github.com/HathorNetwork/hathor-explorer-service/actions/runs/3542880636/jobs/5948842767
Security Checklist