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

appveyor: fix issue self-upgradig pip to v10 #663

Merged
merged 1 commit into from
Apr 20, 2018

Conversation

anthrotype
Copy link
Member

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

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

pypa/pip#5240 (comment)

Installing with --user will leave the old pip.exe script in the $PATH,
but running this will fail because pip 10 moved 'main' to internal
modules.

pypa/pip#5240 (comment)
anthrotype added a commit to anthrotype/python-appveyor-demo that referenced this pull request Apr 20, 2018
anthrotype added a commit to anthrotype/brotli-wheels that referenced this pull request Apr 20, 2018
@eustas eustas merged commit f94cd51 into google:master Apr 20, 2018
@eustas
Copy link
Collaborator

eustas commented Apr 20, 2018

Thanks!

juj pushed a commit to Unity-Technologies/brotli that referenced this pull request May 13, 2023
Installing with --user will leave the old pip.exe script in the $PATH,
but running this will fail because pip 10 moved 'main' to internal
modules.

pypa/pip#5240 (comment)
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