-
Notifications
You must be signed in to change notification settings - Fork 118
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
Pin pip and pipenv versions for now #469
Conversation
72f2a25
to
496eebd
Compare
This is broken, yet no idea what's going on :( |
496eebd
to
091328a
Compare
I assume |
41390ac
to
48b8997
Compare
Holy hell. pypa/pipenv#2504 |
48b8997
to
375884f
Compare
I still see:
But it does something... let's see if it doesn't render error messages everywhere. |
I guess this also brings in a newer click, which normalizes |
375884f
to
73ed45d
Compare
I wonder how gets click 7 installed when we explicitly have it pinned in Pipfile.lock, and it's not brought in by install arca or docker. |
73ed45d
to
fa27cc0
Compare
I've tried to set the click version to This can now go in. It's an ugly hack, but still a better than having @encukou deploying the site manually every day. |
Thank you! |
pipenv is broken by:
pypa/pipenv#2956