| Summary: | missing packages after pip install -r requirements.txt | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> | ||||||||
| Component: | openstack-tempest | Assignee: | David Kranz <dkranz> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | tkammer | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 8.0 (Liberty) | CC: | afazekas, apevec, dmellado, ekuris, lhh, slinaber, yrachman | ||||||||
| Target Milestone: | --- | Keywords: | ZStream | ||||||||
| Target Release: | 8.0 (Liberty) | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2016-05-20 10:11:05 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: | |||||||||
| Attachments: |
|
||||||||||
|
Description
Eran Kuris
2016-01-07 12:25:14 UTC
python-oslo-log(1.11.0-1.el7ost) pulls python-oslo-context at the moment. If you are still able to reproduce the issue, can you attache a 'pip list' and a full rpm list like 'rpm -qa' . BTW, pip install under / is not recommended/supported, you can consider using python-tox (or other venv manager) or installing stuff just for the current user (pip install --user) . I cant try to reproduce it at this moment. a lot of other stuff to do . I know about the recommendation of tox but in our team we would like to work in this way. Hi I installed os-tempest8 on my linux laptop Additional missing packages, pip install babel pip install oslo.context pip install debtcollector pip install monotonic pip install Enum pip install letsencrypt Regards how to reproduce i will reinstall and send your the requested info Created attachment 1116961 [details]
pip.log for Missing Module
Created attachment 1116962 [details]
rpm-list
Created attachment 1116963 [details]
pip list
I cloned downstream. In FYI in the latest versions when I used VENV I dont see the issue. |