Fails (403) to download lazy requirement pbr w/ Python 2.6.6

Bug #1456758 reported by Anatol
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-novaclient
Invalid
Undecided
Unassigned

Bug Description

Fails (403) to download lazy requirement pbr w/ Python 2.6.6

Downloading/unpacking pbr==0.6 (from -r pip-requirements-py2.6-or-earlier.txt (line 40))
  Downloading pbr-0.6.tar.gz (76kB): 76kB downloaded
  Running setup.py egg_info for package pbr
    [pbr] Processing SOURCES.txt
    warning: LocalManifestMaker: standard file '-c' not found
    [pbr] In git context, generating filelist from git
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files found matching '.gitignore'
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
Downloading/unpacking python-novaclient==2.18.1 (from -r pip-requirements-py2.6-or-earlier.txt (line 41))
  Downloading python-novaclient-2.18.1.tar.gz (254kB): 254kB downloaded
  Running setup.py egg_info for package python-novaclient
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/asomerville/temp-virtualenv/vertigo/build/python-novaclient/setup.py", line 30, in <module>
        pbr=True)
      File "/usr/lib64/python2.6/distutils/core.py", line 113, in setup
        _setup_distribution = dist = klass(attrs)
      File "/lib/python2.6/site-packages/setuptools/dist.py", line 265, in __init__
        self.fetch_build_eggs(attrs.pop('setup_requires'))
      File "/lib/python2.6/site-packages/setuptools/dist.py", line 289, in fetch_build_eggs
        parse_requirements(requires), installer=self.fetch_build_egg
      File "/lib/python2.6/site-packages/pkg_resources.py", line 618, in resolve
        dist = best[req.key] = env.best_match(req, self, installer)
      File "/lib/python2.6/site-packages/pkg_resources.py", line 862, in best_match
        return self.obtain(req, installer) # try and download/install
      File "/lib/python2.6/site-packages/pkg_resources.py", line 874, in obtain
        return installer(requirement)
      File "/lib/python2.6/site-packages/setuptools/dist.py", line 339, in fetch_build_egg
        return cmd.easy_install(req)
      File "/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 611, in easy_install
        self.local_index
      File "/lib/python2.6/site-packages/setuptools/package_index.py", line 598, in fetch_distribution
        return dist.clone(location=self.download(dist.location, tmpdir))
      File "/lib/python2.6/site-packages/setuptools/package_index.py", line 515, in download
        found = self._download_url(scheme.group(1), spec, tmpdir)
      File "/lib/python2.6/site-packages/setuptools/package_index.py", line 762, in _download_url
        return self._attempt_download(url, filename)
      File "/lib/python2.6/site-packages/setuptools/package_index.py", line 768, in _attempt_download
        headers = self._download_to(url, filename)
      File "/lib/python2.6/site-packages/setuptools/package_index.py", line 665, in _download_to
        "Can't download %s: %s %s" % (url, fp.code,fp.msg)
    distutils.errors.DistutilsError: Can't download https://pypi.python.org/packages/source/p/pbr/pbr-1.0.0.tar.gz#md5=8075d0922db081d3ae1aa3c4f372ecf8: 403 Forbidden

Revision history for this message
melanie witt (melwitt) wrote :

I'm unable to reproduce this problem by 'pip install python-novaclient' on an environment (RHEL 6) with Python 2.6.6. Could you please tell what steps you did when you encountered the error?

Changed in python-novaclient:
status: New → Incomplete
Revision history for this message
Anatol (asomerville) wrote :

This issue stopped occurring on 5/20, around 1PM EST. I think it was actually an issue with pbr.

Revision history for this message
melanie witt (melwitt) wrote :

Thanks for the update, marking as Invalid.

Changed in python-novaclient:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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