← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1365547] Re: install_venv_common.py fails when using pip 1.4

 

This bug and pip version are quite old.  Setting to invalid as it no
longer appears relevant.

** Changed in: horizon
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1365547

Title:
  install_venv_common.py fails when using pip 1.4

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Currently, in install_venv_common.py, pip is upgraded like so:

  self.pip_install('pip>=1.4')

  Unfortunately, if any value of pip<1.5 is used, the pip install of
  oslosphinx fails.

  pip install --upgrade oslosphinx\>=2.2.0.0a2
  Downloading/unpacking oslosphinx>=2.2.0.0a2
    Could not find a version that satisfies the requirement oslosphinx>=2.2.0.0a2 (from versions: 2.0, 2.1.0)
  Cleaning up...
  No distributions matching the version for oslosphinx>=2.2.0.0a2
  Storing complete log in /Users/mwood/.pip/pip.log

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1365547/+subscriptions


References