-
Notifications
You must be signed in to change notification settings - Fork 546
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
Not able to upgrade pip from python3-pip
package in Azure Linux 3
#10867
Comments
@bebound
and with
|
This might be a workaround, but the usual method to upgrade a package is to uninstall the previous version and install the new one. |
The
More info at https://peps.python.org/pep-0627/#optional-record-file Because the
|
Describe the bug
Not able to use
python3 -m pip install -U pip
to upgrade pip frompython3-pip
package in Azure Linux 3.I'm able to do so in Mariner2.0 and other distros.
To Reproduce
Steps to reproduce the behavior:
tdnf install python3-pip
python3 -m pip install -U pip
Expected behavior
Update pip
Screenshots
The text was updated successfully, but these errors were encountered: