[18:23:58] <josePhoenix> Won't build my package, alas
[18:26:02] <josePhoenix> (well, it'll claim to install numpy into the virtualenv, but it doesn't appear to be available when they run setup.py for my package)
[21:32:48] <carljm> Hmm, actually it looks like the project's setup.py was bumped to 2.1, but 2.1 was never released to PyPI.
[21:33:24] <carljm> So you could either bug the maintainer about releasing 2.1 to PyPI, or install it from git (or create yourself a 2.1 sdist using 'python setup.py sdist' and install that)
[21:34:59] <doismellburning> carljm: it looks to me like it was removed in 2.0 too...