-
Notifications
You must be signed in to change notification settings - Fork 1k
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
deploy fails with pip 10.0.0 #808
Comments
There is a version pin for |
Yeah I ran into this myself. I wonder if it's worth having (assuming it's feasible) the range be >9,<11 or if we should just only support 10.x. |
It should be pretty easy to support both. |
FYI, the same thing is happening again when upgrading to the latest pip v18.0. |
Looks like the new pip version broke chalice again. Getting the same error. |
I'm running a venv with Python 3.6.3 and just upgraded PIP from 9.0.3 to the 10.0.0 and get the following error for chalice deploy:
I downgrade back to 9.0.3 and all works fine.
The text was updated successfully, but these errors were encountered: