Hide Forgot
Description of problem: getting error that missing packages after installed pip install -r requirements.txt (Tempest_run)[stack@instack tempest]$ python tools/config_tempest.py --create --debug --image http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img identity.uri $OS_AUTH_URL identity.admin_password $OS_PASSWORD --deployer-input /home/stack/tempest-deployer-input.conf --network-id 2356217a-3dfa-4b80-9c5b-77cfe847b3ff Traceback (most recent call last): File "tools/config_tempest.py", line 45, in <module> import tempest_lib.auth File "/home/stack/Tempest_run/lib/python2.7/site-packages/tempest_lib/auth.py", line 21, in <module> from oslo_log import log as logging File "/home/stack/Tempest_run/lib/python2.7/site-packages/oslo_log/log.py", line 50, in <module> from oslo_log import formatters File "/home/stack/Tempest_run/lib/python2.7/site-packages/oslo_log/formatters.py", line 24, in <module> from oslo_context import context as context_utils ImportError: No module named oslo_context Version-Release number of selected component (if applicable): latested tempest version How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
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.