python-pip of apt repository for Ubuntu 14.04 is too old

Bug #1595792 reported by takmatsu
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Low
takmatsu

Bug Description

In Quick Start Documentation, "apt-get install python-pip" for Ubuntu 14.04.
But Canonical Package for trusty is too old (1.5.4-1ubuntu3: http://packages.ubuntu.com/trusty-updates/python-pip)
It causes resolving dependency problem.

$ kolla-build
Traceback (most recent call last):
  File "/usr/local/bin/kolla-build", line 6, in <module>
    from kolla.cmd.build import main
  File "/usr/local/lib/python2.7/dist-packages/kolla/cmd/build.py", line 23, in <module>
    from kolla.image import build
  File "/usr/local/lib/python2.7/dist-packages/kolla/image/build.py", line 36, in <module>
    import jinja2
  File "/usr/local/lib/python2.7/dist-packages/jinja2/__init__.py", line 33, in <module>
    from jinja2.environment import Environment, Template
  File "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 13, in <module>
    from jinja2 import nodes
  File "/usr/local/lib/python2.7/dist-packages/jinja2/nodes.py", line 19, in <module>
    from jinja2.utils import Markup
  File "/usr/local/lib/python2.7/dist-packages/jinja2/utils.py", line 531, in <module>
    from markupsafe import Markup, escape, soft_unicode
ImportError: No module named markupsafe

Changed in kolla:
assignee: nobody → takmatsu (takeaki-matsumoto)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/333732

Changed in kolla:
status: New → In Progress
Changed in kolla:
importance: Undecided → Wishlist
importance: Wishlist → Low
milestone: none → newton-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/333732
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=fd5c3c791958ebdfa098378a0d9e096e3220cff3
Submitter: Jenkins
Branch: master

commit fd5c3c791958ebdfa098378a0d9e096e3220cff3
Author: Takeaki Matsumoto <email address hidden>
Date: Fri Jun 24 13:45:36 2016 +0900

    Add upgrade pip command to QuickStart Doc

    python-pip package from canocnical for trusty is old.
    It causes resolving dependencies problem when "pip install".

    This fixes it.

    Change-Id: I9134d9d46eba3e9c37167552bf90758690b62ecf
    Closes-Bug: #1595792

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/kolla 3.0.0.0b2

This issue was fixed in the openstack/kolla 3.0.0.0b2 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.