PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Friday the 26th of September, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[11:28:00] <mgedmin> okay, what is this? pip install fails (exits with non-zero) without an error message telling why it failed: https://jenkins.gedmin.as/job/zodbbrowser/62/console
[11:31:38] <mgedmin> oh, okay, server OOMed and killed sh
[11:33:04] <mgedmin> 1 gig of ram + 1 gig of swap is not enough for jenkins? apparently
[11:41:38] <mgedmin> whoope, rackspace-monitor ate all the ram on this rackspace VM :D
[17:13:56] <isomorphismes> I'm trying to install https://pypi.python.org/pypi/gett-cli
[17:14:26] <isomorphismes> and I got an error like this http://stackoverflow.com/questions/2325923/how-to-fix-importerror-no-module-named-error-in-python/26064663 (But changing $PYTHONPATH didn't fix it)
[17:15:33] <isomorphismes> I don't understand what "have __init__.py in the foo directory" means (another answer) or where to find `sys.path`
[18:25:16] <buck1> dstufft: https://github.com/pypa/pip/pull/2033#issuecomment-56112983
[18:40:56] <buck1> isomorphismes: import sys; print sys.path
[18:41:06] <buck1> also: touch foo/__init__.py
[18:41:43] <buck1> isomorphismes: paste your exact command and error
[18:41:49] <buck1> sscce.org
[20:26:56] <buck1> does anyone care about this bug? http://paste.pound-python.org/show/n05P4qXEzGcHFSBpB2Qn/
[20:41:18] <DanielHolth> I've never tried to install python with pip, interesting. Doesn't seem like it can work.
[20:41:25] <DanielHolth> Conda can install python :)
[20:42:47] <DanielHolth> On https://warehouse.python.org/project/Python/ you can helpfully see that 10 pypi packages depend on python