[Scons-users] installation to virtualenv broken in scons 2.5

Noah Hoffman noah.hoffman at gmail.com
Sun Apr 24 01:09:01 EDT 2016


On Sat, Apr 23, 2016 at 9:40 PM, Bill Deegan <bill at baddogconsulting.com> wrote:
> .post1 isn't supposed to be published.
> It was published and then retracted.
>
> pypi's broken at the moment for me.
> I'll check again in the morning.
>
> Does
> pip install scons==2.5.0
>
> Work?
>
> -Bill

Sure does! Thanks for the quick reply. Looks like the .post1 tarball
is still on pypi, and pip thinks that it's the most recent release
(see below). Glad to see that the actual release works - hope someone
can remove the broken version.

% pip -v install scons --no-cache-dir
Collecting scons
  1 location(s) to search for versions of scons:
  * https://pypi.python.org/simple/scons/
  Getting page https://pypi.python.org/simple/scons/
  Starting new HTTPS connection (1): pypi.python.org
  "GET /simple/scons/ HTTP/1.1" 200 475
  Analyzing links from page https://pypi.python.org/simple/scons/
    Found link https://pypi.python.org/packages/17/f0/60464796a3fd16899a2cf54e22615c38bbe8124386cf3763c17ff367c2af/scons-2.5.0.tar.gz#md5=bda5530a70a41a7831d83c8b191c021e
(from https://pypi.python.org/simple/scons/), version: 2.5.0
    Found link https://pypi.python.org/packages/d5/7b/0bf656067cb9ebeeaf0c3495cce9c41c3c61278441e47a540931dc1caba9/SCons-2.3.0.tar.gz#md5=b37c1bbfebbf0a17b3f2c97caaaae788
(from https://pypi.python.org/simple/scons/), version: 2.3.0
    Found link https://pypi.python.org/packages/py2/S/SCons/scons-2.5.0.post1-py2-none-any.whl#md5=41b01b6780b9118d69d60966fa50d6c1
(from https://pypi.python.org/simple/scons/), version: 2.5.0.post1
    Found link https://pypi.python.org/packages/source/S/SCons/scons-2.3.6.tar.gz#md5=71daf5d5d1cc203f530b840eeaa71031
(from https://pypi.python.org/simple/scons/), version: 2.3.6
    Found link https://pypi.python.org/packages/source/S/SCons/scons-2.4.1.tar.gz#md5=78a7e0d8ae778474ad02f75256d28897
(from https://pypi.python.org/simple/scons/), version: 2.4.1
    Found link https://pypi.python.org/packages/source/S/SCons/scons-2.5.0.post1.tar.gz#md5=25d1803f287341d2e7276f69bebf6a01
(from https://pypi.python.org/simple/scons/), version: 2.5.0.post1
  Using version 2.5.0.post1 (newest of versions: 2.3.0, 2.3.6, 2.4.1,
2.5.0, 2.5.0.post1)
  "GET /packages/py2/S/SCons/scons-2.5.0.post1-py2-none-any.whl
HTTP/1.1" 200 800736
  Downloading scons-2.5.0.post1-py2-none-any.whl (800kB)
  Downloading from URL
https://pypi.python.org/packages/py2/S/SCons/scons-2.5.0.post1-py2-none-any.whl#md5=41b01b6780b9118d69d60966fa50d6c1
(from https://pypi.python.org/simple/scons/)
    100% |################################| 808kB 9.8MB/s
Installing collected packages: scons

Successfully installed scons-2.5.0.post1
Cleaning up...


More information about the Scons-users mailing list