remove hard coded python version in pip error message.

This commit is contained in:
Thomas Phipps 2023-05-30 15:51:02 +00:00 committed by Megan Wilhite
parent 47b84b7f7c
commit 04b83dfc51
2 changed files with 2 additions and 1 deletions

1
changelog/64237.fixed.md Normal file
View file

@ -0,0 +1 @@
remove the hard coded python version in error.

View file

@ -174,7 +174,7 @@ def _check_pkg_version_format(pkg):
if not HAS_PIP:
ret["comment"] = (
"An importable Python 2 pip module is required but could not be "
"An importable Python pip module is required but could not be "
"found on your system. This usually means that the system's pip "
"package is not installed properly."
)