← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1365547] [NEW] minimum pip version should be raised

 

Public bug reported:

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

Thus, the value within install_venv_common.py should be upped to 1.5

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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:
  minimum pip version should be raised

Status in OpenStack Dashboard (Horizon):
  New

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

  Thus, the value within install_venv_common.py should be upped to 1.5

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


Follow ups

References