[14:14:00] <nedbat> which you seem to have already figured out...
[14:15:19] <ionelmc> nedbat: seems silly to ask such question, maybe i wanted to find out what edx is? ;)
[15:54:08] <dstufft> wsanchez: btw is there any insight into what versions of OSX a fix might be released for? Would it make it into El Cap? Older versions? Or no idea?
[16:07:41] <linovia> Question, are the trove classifiers for Python version checked by pip against the current Python version ? like can't install a py3 app on python2 ?
[17:44:21] <dstufft> wsanchez: Well, if you're involved at all, I guess I'd just request that it at least goes into El Cap and not just whatever comes after that, and if it can go further back than that too that would be great, but I understand you can't comment on where it's planning on being applied :)
[17:54:11] <wsanchez> I'm involved insofar as I file the bug and am poking them again.
[17:54:36] <wsanchez> The odds of prior-to-El Cap are basically zero.
[17:54:59] <wsanchez> The odds for El Cap are, I think, low.
[19:03:34] <alanoe> hi. I'm in a Linux with uses python 2.6 (RHEL 6), but I need to be able to execute pylint latest version, which runs on python 2.7. I tried to install python 2.7 from source and create a virtualenv using it, but I get a gcc error when trying to install some python packages via pip
[19:04:08] <alanoe> I'm trying to use virtualenv for a wrong purpose?
[19:05:28] <alanoe> I am guessing the error occurs because python-devel-2.7 is not installed in my OS
[19:11:37] <Wooble> alanoe: if you install python built from source that should include the headers you need to build stuff.
[19:16:40] <alanoe> Wooble, makes sense. it is another problem then.
[19:41:39] <alanoe> snack Python package installation fails due to a missing cblas C header, I tried to install a cblas rpm package for RHEL 6, but there are other dependencies... =/
[19:44:59] <alanoe> not sure how I should proceed here
[19:46:06] <alanoe> some Python packages depend on C/C header files, and those files depend on others. I am required to install the entire chain of dependencies manually (as my distro rpm package manager wont solve them)?
[19:49:25] <alanoe> I'm talking about virtualenv btw. context: "I'm in a Linux with uses python 2.6 (RHEL 6), but I need to be able to execute pylint latest version, which runs on python 2.7. I tried to install python 2.7 from source and create a virtualenv using it, but I get a gcc error when trying to install some python packages via pip"
[20:24:51] <dangit> I’m installing a pacakge with pip via github (with -e git+ssh://….) but it doesn’t look like pip is installing the dependencies of that package. It just sees that it needs the dependencies and fails because they don’t already exist.
[20:25:00] <dangit> What is the right way to get those deps installed?
[20:29:09] <wsanchez> dstufft: (a) Let's say that hearing from wsanchez != hearing from Apple.
[20:29:46] <wsanchez> (b) Radar 20471644 is regarding rootless and pip wanting to modify files in /System.
[20:30:01] <dstufft> wsanchez: heh, I just said that because I didn't want to call you out explicitly :)