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 upgrading pip to v10 #46

Merged
merged 1 commit into from
Apr 25, 2018
Merged

Conversation

anthrotype
Copy link
Contributor

Installing with --user option will leave the old pip.exe script in the $PATH, but then running the latter fails because pip 10 has moved its 'main' function to internal modules, and the old pip.exe launcher fails to import it.

The fix is to force overwriting the old pip.exe by installing globally without the --user option.

pypa/pip#5240 (comment)

Also see google/brotli#663

@ogrisel ogrisel merged commit 3e6eb8b into ogrisel:master Apr 25, 2018
@ogrisel
Copy link
Owner

ogrisel commented Apr 25, 2018

Thanks!

lelit added a commit to python-rapidjson/python-rapidjson that referenced this pull request Apr 25, 2018
oconnor663 added a commit to buildinspace/peru that referenced this pull request Jul 18, 2018
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

Successfully merging this pull request may close these issues.

2 participants