We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 fs instead fs-extra seems to be working as expected. Haven't tested the full workflow yet.
fs
fs-extra
N/A
serverless package
![image](https://github.com/user-attachments/assets/fa40cb9a-2aaf-43de-a75e-69a2f29704cc)
Framework Core: 3.39.0 (local) Plugin: 7.2.3 SDK: 4.5.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
fs
insteadfs-extra
seems to be working as expected. Haven't tested the full workflow yet.Service configuration (serverless.yml) content
N/A
Command name and used flags
serverless package
Command output
![image](https://github.com/user-attachments/assets/fa40cb9a-2aaf-43de-a75e-69a2f29704cc)
Environment information
The text was updated successfully, but these errors were encountered: