PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 28th of July, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[08:00:21] <techtonik> hi
[08:00:30] <techtonik> is this page maintained? https://github.com/pypa/pip/pulls
[08:11:34] <techtonik> in particular this https://github.com/pypa/pip/pull/1627 stops me from doing further documentation fixes
[09:58:49] <Timvde> Can I pip install a non-master branch?
[09:58:57] <Timvde> (from git)
[10:01:27] <Timvde> Oh, looks like pip install git+file://path/to/file should work, let's try
[10:03:46] <Timvde> Aha, got it :) Thanks for your time anyway :)
[12:29:41] <ionelmc> running egg_info for numpy starts compiling all the crap
[12:29:42] <ionelmc> wtf
[12:45:04] <agronholm> ionelmc: gevent has the same problem
[12:45:19] <agronholm> very frustrating when trying to use a development version with tox
[12:51:03] <ionelmc> well
[12:51:11] <ionelmc> agronholm: weigh in if you want https://github.com/numpy/numpy/issues/4912
[12:59:00] <ionelmc> wait
[12:59:04] <ionelmc> this is in matplotlib
[12:59:06] <ionelmc> :|
[13:01:57] <ionelmc> there https://github.com/matplotlib/matplotlib/issues/3318
[13:07:58] <ionelmc> hahahaha
[13:08:07] <ionelmc> this still use distribute_setup
[13:08:19] <ionelmc> what the hell
[13:12:18] <ionelmc> i'd give a shot at fixing it but then i look at the 3-page long PR list ...
[13:13:33] <ionelmc> also, can someone explain why they don't publish wheels for windows ?
[13:13:37] <ionelmc> neither numpy does
[17:22:50] <Guest37977> hello. I have a question about pip
[17:23:35] <Guest37977> just wondering if anyone is around to help
[22:55:31] <mcm_> as a newbie on python, is it normal that pip tries to install packages to /usr/local/lib instead of ~/.local/lib ?
[22:55:52] <mcm_> are all pip installations default to a system wide installation?
[22:56:35] <Alex_Gaynor> mcm_: that's teh default, yes, if you use --user it will use the ~/.local location, and if you're in a virtualenv it will use that
[22:58:29] <mcm_> Alex_Gaynor: thank you very much!
[22:59:26] <dstufft> mcm_: there's an open ticket to default to --user outside of a virtualenv if we don't have permission to write to the global location
[22:59:31] <dstufft> fwiw
[23:00:33] <mcm_> dstufft: ok. that means things might change in future :-)
[23:01:12] <dstufft> yea