[18:00:34] <tos9> Well it fails in the same way for markupsafe==0.22
[18:02:08] <tos9> And now I run away for 20 minutes.
[18:36:39] <tos9> OK, sort of back -- is there something obvious I'm missing here, it seems like something is weird about the markupsafe uploads (cc mitsuhiko) but still pip seems to be deleting files
[18:36:47] <tos9> or otherwise getting different ones than I get when I download its tar
[18:37:36] <tos9> I'm not sure yet, but recent installs of flask started failing for us -- so far the only thing that seems amiss is that you tagged a release 0.23 and it's uplaoded as such to PyPI seemingly, but setup.py declares it to be 0.22
[18:59:18] <tos9> Basically blowing away /tmp/pip-build-deploy fixed it, so something untarred some stuff, put it in the build directory, but then failed, and then probably pip just reuses what it finds in there
[18:59:22] <tos9> which isn't in a state that's installable
[19:15:07] <dstufft> too bad if it's packaged in the release you're still boned
[19:16:22] <dwi> The Software Collections Library has the newer stuff
[19:36:14] <EWDurbin> SCL is really difficult to use for runnning servcies IMO
[19:36:35] <EWDurbin> there's a boatload of PATH/ENV crap muddled on top of it
[19:37:04] <EWDurbin> an altinstall python is a hell of a lot easier to work with
[22:33:55] <sontek_> /opt/webapp/anonweb/bin/pip install -i http://packages/index --editable /opt/src/anonweb/ returns this: /opt/src/anonweb/ should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
[22:34:04] <sontek_> pretty sure -e usually works with a local path as well
[22:35:38] <sontek_> oh, hah, nvm. What it means is "that path doesn't exist"
[23:34:04] <agronholm> if I install a wheel, is pip supposed to uninstall the old version of the distribution?
[23:48:00] <dropdrive> Hi, should I expect setuptools "development mode" to work for namespace packages? Given my understanding of .pth and .egg-link, it seems like this is simply not supported. Is this correct?