[01:53:39] <lealezal> hi, I got those error messages when I try to use pip. It was working like few hours ago on the same machine, don't know what happened :/ https://dpaste.de/ecOE
[02:35:01] <_habnabit> lealezal, did you install requests?
[02:35:25] <lealezal> _habnabit: hi, what do you mean by requests?
[02:35:35] <_habnabit> lealezal, there's a python library called requests
[10:14:42] <apollo13> ronny: remember my enum34 import issues? boils down that this: https://github.com/timothycrosley/pies/issues/41 is the root cause -- it should have never tried installing enum34 on python3.4 in the first place :)
[10:19:40] <apollo13> dstufft: time to move install_requires out of setup.py into a static config file *grml*
[10:22:54] <dstufft> apollo13: they could also just use a conditional requirementfor enum34
[10:23:22] <apollo13> dstufft: oh? I do not know about them, mind commenting on the PR?
[10:32:54] <apollo13> interesting, gotta read the peps :)
[10:37:09] <ronny> apollo13: that package is still a mess, enum34 is broken beyond repair
[10:37:46] <apollo13> ronny: that is besides the point :)
[15:38:41] <Charachka> Hello, since I restart my PC, when using "pip" I got those errors messages in terminal... Don't know what went wrong, but for sure it was working fine earlier on the same machine. Any help? https://paste.debian.net/hidden/8254108d/
[15:53:38] <tos9> Charachka: I don't know much about pip internals, but my wild guess, even though I think pip vendors requests, would be that you ran sudo pip on a thing that upgraded or downgraded requests.
[15:54:46] <tos9> Charachka: Yeah, google's first result somewhat suggests that ubuntu / debian are doing wrong things.
[15:54:49] <tos9> Charachka: E.g. https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1306991
[15:56:29] <Charachka> looks like that's my problem tos9, and I actually use Debian
[16:09:16] <Charachka> it seems there was 2 version of requests, one being installed in /usr/local/lib (the old version) and the other in /usr/lib (proper version)
[16:09:52] <Charachka> pip was talking to the older version of requests I don't know why, I removed the requests folder from /usr/local/lib and now it's working fine
[18:39:13] <jessamynsmith> 2 months is a long time in os land
[18:39:38] <jessamynsmith> they merged it, just didn't release it
[18:48:41] <jessamynsmith> carljm: my dilemma is that without it handling -r, I either have to parse files twice, or not use it, or use a custom fork
[18:51:10] <carljm> jessamynsmith: Probably just hasn't gotten around to releasing - I'd start by opening an issue to ask about issuing a release. (if the fix you need is already in, just not released)