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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Are you certain it's a bug?
Are you using the latest plugin release?
Is there an existing issue for this?
Issue description
I'm trying to package a lambda in a linux dev container run on a macos host but the packaging process starts hanging up at the following code line:
serverless-python-requirements/lib/pip.js
Line 698 in 57f7c6b
Using the async equivalent seems to also be hanging up but the event loop is not blocked, therefore the count is updated.
Using
fsinsteadfs-extraseems to be working as expected. Haven't tested the full workflow yet.Service configuration (serverless.yml) content
N/ACommand name and used flags
serverless package
Command output
Environment information