Skip to content
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

Open
davidfox-ap opened this issue Apr 18, 2018 · 4 comments
Open

unable to user older version of pip #34

davidfox-ap opened this issue Apr 18, 2018 · 4 comments

Comments

@davidfox-ap
Copy link

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?

@StidZhang
Copy link
Contributor

Check here.

@MrTeale
Copy link

MrTeale commented Jun 27, 2018

+1 on this Issue

@slime-man
Copy link

if (ret.stderr.length != 0){

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants