[10:54:07] <ravenx> where is the place to talk about dh-virtualenv by spotify?
[13:35:17] <[Tritium]> ravenx: as you can see this is not a terribly busy channel. You can try asking your question, and if we can answer it we will. You MIGHT have better luck in #python though, as I don't think that is a pypa project
[15:16:13] <t4nk556> Hi. Is there an easy way of telling pip not to create symlinks when installing a package?
[16:06:38] <sbiff> hey, are there any libraries I can use to read metadata from a wheel file? (Am I in the right place?)
[16:14:42] <ngoldbaum> yes you are, although i don't know the answer
[16:31:01] <elarson> when I have a requirements.txt file with something -e .\n mypkg, it looks like pip is installing mypkg first. is that correct?
[16:31:29] <elarson> I ask b/c the -e . is the main package and the "mypkg" is a plugin that depends on the main package
[16:32:19] <elarson> so if it did try to install the mypkg first, it would install the versin of the main package from the index rather than the version that exists locally
[16:34:35] <elarson> fwiw, here is an example requirements.txt the
[16:54:17] <tdsmith> https://bitbucket.org/pypa/setuptools/commits/32e6b7067dff8543ad07af33999b88007db97c47 is tweaking my spidey-sense; looks like that's 19.4
[16:55:33] <jaraco> I’m aware of the issue and hoping that embray will be able to devise a fix, rather than to back out the change again.
[16:59:53] <jaraco> tdsmith: thanks. That raises the urgency of devising a fix.
[17:00:16] <jaraco> Please subscribe to those two tickets, and if you have additional details that you think will help the troubleshooting, please add those.
[17:01:09] <tdsmith> i'll add a comment in a few hours once i get out of meetings this morning
[18:59:17] <[Tritium]> so this is weird... http://paste.pound-python.org/show/CKiGooRUA5gHMr8DP6SY/
[19:40:32] <tdsmith> dstufft: did you see [Tritium]'s paste? "IOError: [Errno 2] No such file or directory: '/home/alex/.jython2.7.0/Lib/site-packages/virtualenv_support/pip-8.0.2-py2.py3-none-any.whl/pip/_vendor/requests/cacert.pem'"
[19:43:04] <[Tritium]> just for the record: did not get that error in 2.7, 3.3, 3.4, 3.5, pypy, or pypy3... it only happened in jython