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

Fix pipenv + pip 18.1 breakage #4

Open
ryankennedy opened this issue Oct 10, 2018 · 3 comments
Open

Fix pipenv + pip 18.1 breakage #4

ryankennedy opened this issue Oct 10, 2018 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@ryankennedy
Copy link
Owner

ryankennedy commented Oct 10, 2018

The image is currently broken due to a compatibility issue between pipenv and pip 18.1 (pypa/pipenv#2924). The solution (until it's fixed within pipenv itself) is to make sure that the version of pip installed in the virtualenv is 18.0

pipenv run pip install pip==18.0

@ryankennedy ryankennedy added the bug Something isn't working label Oct 10, 2018
@ryankennedy ryankennedy self-assigned this Oct 10, 2018
@bryan-rhm
Copy link

Having the same issue, setting pipenv run pip install pip==18.0 did not work

@ryankennedy
Copy link
Owner Author

Hmm, it worked for my situation. Regardless, pipenv 2018.10.9 is out which, I believe, fixes the issue. Maybe try upgrading pipenv itself now and see if that helps? That's what I'm going to try now with this Docker image.

@ryankennedy
Copy link
Owner Author

Unfortunately it appears pipenv v2018.10.9 may break the --site-packages command line flag (pypa/pipenv#2992).

paltman added a commit to scaife-viewer/scaife-zero that referenced this issue Oct 11, 2018
This is just temporary until pip is fixed I guess.
ryankennedy/jupyter-devenv#4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants