PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Thursday the 6th of August, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[10:27:21] <dstufft> tdsmith: cmyers was installed el capitan :V
[10:27:32] <dstufft> yea poking openstack to get it fixed there is the best thing
[10:41:49] <dstufft> oh man, I can't install Homebrew on my El Capitan install D:
[13:49:19] <preyalone> cmyers: does pyenv or virtualenv have the option to download x86 vs x86_64?
[13:50:29] <preyalone> cmyers: if your desired python version has an OS package, there's often a <package>:i386 available in Debian/RedHat as well
[13:57:11] <preyalone> there's a ppa for python 2.6.9, x86 and x86_64, if you don't mind the bugfix bump: https://launchpad.net/~fkrull/+archive/ubuntu/deadsnakes
[13:57:53] <preyalone> there are rpm's as well: http://rpmfind.net/linux/rpm2html/search.php?query=python&submit=Search+...
[14:02:02] <seschwar> i'm trying to install pip for python3 from source on debian 6, however i get the following error on running `python3 get-pip.py`: http://lpaste.net/138086
[14:02:16] <seschwar> that example is in docker
[14:02:36] <seschwar> but i get the same error on a full debian 6 install
[14:03:40] <seschwar> so how do i install pip3 from source?
[14:03:46] <seschwar> on debian 6?
[15:07:35] <cmyers> preyalone: thanks for the input - I've bumped to 2.6.6 and gotten farther I think... after talking to some devs it sounds like our build process will be ok with 2.6.X.
[15:11:47] <cmyers> ugh, apparently my python was built without zip support somehow, despite zlib.i686 being installed...
[23:18:31] <egc> hi all
[23:19:10] <egc> is it possible to have the "pip install" process apply a patch before building locally?
[23:19:48] <egc> i'd like to pip install python-ldap on my system, but the sources need patching for my system before it will build