unable to user older version of pip
davidfox-ap opened this issue · 4 comments
davidfox-ap commented
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?
MrTeale commented
+1 on this Issue
slime-man commented
serverless-package-python-functions/index.js
Line 101 in b89b839
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.