This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
Hello, I am new to serverless.
I am following this article to deploy my lambda function
https://serverless.com/blog/serverless-python-packaging/
I have got the handler.py to run as expected in local virtualenv
However, I got this error when deploy
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-bHWJzZ/bcolz/
I have tried pip install --upgrade setuptools but the error still persisted
Any help is appreciated !