You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing an error in our CI runs in windows with the following error:
Run pip install --user --upgrade pip
Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (22.1.1)
Collecting pip
Downloading pip-22.1.2-py3-none-any.whl (2.1 MB)
---------------------------------------- 2.1/2.1 MB 66.6 MB/s eta 0:00:00
ERROR: To modify pip, please run the following command:
c:\hostedtoolcache\windows\python\3.8.10\x64\python.exe -m pip install --user --upgrade pip
WARNING: There was an error checking the latest version of pip.
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Error in CI with pip upgrade
[CT-709] Error in CI with pip upgrade
Jun 1, 2022
We're seeing an error in our CI runs in windows with the following error:
Run pip install --user --upgrade pip
Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.8.10\x64\lib\site-packages (22.1.1)
Collecting pip
Downloading pip-22.1.2-py3-none-any.whl (2.1 MB)
---------------------------------------- 2.1/2.1 MB 66.6 MB/s eta 0:00:00
ERROR: To modify pip, please run the following command:
c:\hostedtoolcache\windows\python\3.8.10\x64\python.exe -m pip install --user --upgrade pip
WARNING: There was an error checking the latest version of pip.
Error: Process completed with exit code 1.
The text was updated successfully, but these errors were encountered: