Issue #6690
closedStory #6688: pulp_installer: preflight check and system-wide packages are incompatible
pre-flight check errors when there is an upgraded pip in a system-wide venv
Description
and when the package is installed as an RPM in the prereq role at an acceptable version, so the pre-flight check should not have tried to use a newer version from PyPI.
We need a workaround until system-wide virtualenvs are migrated off of, like ignoring that pip error specifically: https://github.com/pypa/setuptools/issues/1694
Added by Mike DePaulo over 4 years ago
Added by Mike DePaulo over 4 years ago
Revision cd0e6697 | View on GitHub
Problem: pre-flight check errors when there is an upgraded pip
in a system-wide venv
and when the package is installed as an RPM in the prereq role at an acceptable version, so the pre-flight check should not have tried to use a newer version from PyPI.
This is a regression from #6645. Previously many errors were ignored, this error should still be ignored too until system-wide packages support is removed.
fixes: #6690 pre-flight check errors when there is an upgraded pip in a system-wide venv https://pulp.plan.io/issues/6690
re: #6645 pre-flight check does not work properly when it needs a prereq role https://pulp.plan.io/issues/6645
Updated by Anonymous over 4 years ago
- Status changed from NEW to MODIFIED
Applied in changeset ansible-pulp|cd0e6697df223aa5a6a0899dcfcb9b61b66d5357.
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
- Tags deleted (
Pulp 3 installer)
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Problem: pre-flight check errors when there is an upgraded pip
in a system-wide venv
and when the package is installed as an RPM in the prereq role at an acceptable version, so the pre-flight check should not have tried to use a newer version from PyPI.
This is a regression from #6645. Previously many errors were ignored, this error should still be ignored too until system-wide packages support is removed.
fixes: #6690 pre-flight check errors when there is an upgraded pip in a system-wide venv https://pulp.plan.io/issues/6690
re: #6645 pre-flight check does not work properly when it needs a prereq role https://pulp.plan.io/issues/6645