[PR #663] [MERGED] appveyor: fix issue self-upgradig pip to v10 #1315

Closed
opened 2026-01-29 20:53:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/663
Author: @anthrotype
Created: 4/20/2018
Status: Merged
Merged: 4/20/2018
Merged by: @eustas

Base: masterHead: fix-appveyor-pip-upgrade


📝 Commits (1)

  • 20ad9fb appveyor: fix issue self-upgradig pip to v10

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 scripts/appveyor.yml (+1 -1)

📄 Description

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.

https://github.com/pypa/pip/issues/5240#issuecomment-382989420


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/663 **Author:** [@anthrotype](https://github.com/anthrotype) **Created:** 4/20/2018 **Status:** ✅ Merged **Merged:** 4/20/2018 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `fix-appveyor-pip-upgrade` --- ### 📝 Commits (1) - [`20ad9fb`](https://github.com/google/brotli/commit/20ad9fb23aa27a3664648ee73ee85cec80214f7f) appveyor: fix issue self-upgradig pip to v10 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `scripts/appveyor.yml` (+1 -1) </details> ### 📄 Description 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. https://github.com/pypa/pip/issues/5240#issuecomment-382989420 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1315