serverless-package-python-functions icon indicating copy to clipboard operation
serverless-package-python-functions copied to clipboard

unable to user older version of pip

Open davidfox-ap opened this issue 6 years ago • 4 comments

I'm having issues with pip 10.0.0, but serverless-package-python-functions will not let me deploy with an earlier version of pip, say 9.0.3. Any ideas how I might get around this?

davidfox-ap avatar Apr 18 '18 20:04 davidfox-ap

Check here.

StidZhang avatar Apr 24 '18 15:04 StidZhang

+1 on this Issue

MrTeale avatar Jun 27 '18 15:06 MrTeale

https://github.com/ubaniabalogun/serverless-package-python-functions/blob/b89b839426703d2b0b7dadd38928ddc6ffb4a504/index.js#L101

This is the culprit line. pip version warning goes to stderr. I'm not sure why this package assumes failure if there is any stderror output. I think it should definitely forward the output to the end user, but it shouldn't fail.

slime-man avatar Jan 23 '19 15:01 slime-man

haha, after some shallow digging I also found #30 which. Maybe will help someone finding this issue in the future

slime-man avatar Jan 23 '19 15:01 slime-man