Bug 1433067
Summary: | System pip is used instead of collection one | ||
---|---|---|---|
Product: | Red Hat Software Collections | Reporter: | Branislav Náter <bnater> |
Component: | python27-container | Assignee: | Python Maintainers <python-maint> |
Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | python27 | CC: | cstratak, hhorak, lzachar, torsava |
Target Milestone: | --- | ||
Target Release: | 2.4 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-21 10:00:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1344674 |
Description
Branislav Náter
2017-03-16 17:14:31 UTC
This is caused by the activation of virtualenv which ignores installed versions of pip, setuptools, wheel and argparse and instead bundles it's own which it then installs into the virtual environment. This is actually this PR: https://github.com/sclorg/s2i-python-container/pull/159 There were reasons to use virtualenv, so unless there are some known issues with current solution, I'd say this is more a feature than a bug. |