serverless / serverless-python-requirements

⚡️🐍📦 Serverless plugin to bundle Python packages
MIT License
1.11k stars 290 forks source link

Fix for spitting error out when pip fails #813

Closed babyhuey closed 7 months ago

babyhuey commented 9 months ago

This should help with this issue: https://github.com/serverless/serverless-python-requirements/issues/663

Currently, if pip fails, you just get a "Exited with code 1" that is entirely unhelpful and leads to people thinking they have other issues than dependency.

With this fix, it will spit out the error (if there is one)

babyhuey commented 7 months ago

When do y'all think this will get merged/released?

pgrzesik commented 7 months ago

@babyhuey - I'll try to release a new version in the coming days, thanks 🙇

babyhuey commented 6 months ago

@babyhuey - I'll try to release a new version in the coming days, thanks 🙇

Any update on getting a release out? It's really annoying for us to have to build locally when our pipelines fail with the wrong error

pgrzesik commented 6 months ago

Hey @babyhuey 👋 Thanks for the ping and sorry for the delay here, the new v6.1.0 should be out now