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
The pip install --upgrade pip in the ansible module, can result in the following:
/usr/bin/python3 -m pip install --break-system-packages --upgrade pip
Requirement already satisfied: pip in /usr/lib/python3/dist-packages (25.0)
Collecting pip
Using cached pip-25.0.1-py3-none-any.whl.metadata (3.7 kB)
Using cached pip-25.0.1-py3-none-any.whl (1.8 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 25.0
error: uninstall-no-record-file
× Cannot uninstall pip 25.0
╰─> The package's contents are unknown: no RECORD file was found for pip.
hint: The package was installed by debian. You should check if it can uninstall the package.
This will cause the module to exit with exception.
The text was updated successfully, but these errors were encountered:
TheRealFalcon
added
bug
Something isn't working correctly
new
An issue that still needs triage
and removed
new
An issue that still needs triage
labels
Mar 5, 2025
The
pip install --upgrade pip
in the ansible module, can result in the following:This will cause the module to exit with exception.
The text was updated successfully, but these errors were encountered: