Project

Profile

Help

Issue #1377

closed

Two different kombu versions are shown in default vagrant environment

Added by bmbouter over 8 years ago. Updated over 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
High
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Fedora 22
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

I install the vanilla vagrant as described here: https://github.com/pulp/pulp/blob/master/docs/dev-guide/contributing/dev_setup.rst

Then while in my vagrant environment, see two different versions of kombu installed. One with RPM and the other via pip. Consider this snippet:

[vagrant@dev ~]$ sudo rpm -qa | grep kombu
python-kombu-3.0.24-10.pulp.fc22.noarch
[vagrant@dev ~]$ pip freeze | grep kombu
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
kombu==3.0.29
[vagrant@dev ~]$ workon pulp
(pulp)[vagrant@dev pulp]$ pip freeze | grep kombu
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
kombu==3.0.29

I believe the 3.0.24 version from rpm is actually in use. Consider this snippet:

>>> import kombu
>>> kombu.__version__
'3.0.24'

Also available in: Atom PDF