When running either command:
sudo serverless package or sudo serverless deploy
Error: ERROR: Excepti
Edit: I tried nuking my virtualenv, uninstalling/re-installing serverless-python-requirements
, deleting/re-pulling the lambci/lambda
Docker image, no dice.
Then, I stumbled on this GH issue. As hinted in it, the experimental Docker feature Use gRPC FUSE for file sharing seems to be the cause. I've switched it off in the Docker Preferences for now and deploys are successful.