-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
unable to user older version of pip #34
Comments
Check here. |
+1 on this Issue |
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. |
haha, after some shallow digging I also found #30 which. Maybe will help someone finding this issue in the future |
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?
The text was updated successfully, but these errors were encountered: