[10:34:41] <marco_sm> hi, does anyone know if it is possible to install a package with pip from a git repository without the -e option (not in editable mode)?
[10:35:35] <marco_sm> if I put this in my requirements.txt file:
[13:58:54] <znc_user_> hi there. i'm experiencing a weird error using pip inside of docker which can be seen in gist of comment here: https://github.com/docker/docker/issues/12327#issuecomment-184659491
[13:59:31] <znc_user_> rmtree_errorhandler, no such file or directory
[14:00:23] <znc_user_> my environment is docker 1.9.1, overlayfs storage, ubuntu 16.04 container, with 'apt-get install python pip'
[14:00:55] <znc_user_> it's been suggested i report this error to you guys, in case you might feel inclined to look into the matter
[14:01:58] <xafer> Hello, if you are referring to https://github.com/pypa/pip/pull/3425 it was rejected
[14:02:55] <xafer> The issue should be fixed in overlayfs :)
[14:04:46] <znc_user_> given how small the code change is
[14:04:58] <znc_user_> but yeah... that seems to be it
[14:07:27] <znc_user_> so either be custom - patching pip, or else upgrade overlayfs / kernel
[14:13:56] <znc_user_> afaikt theres no patch for overlayfs yet
[14:26:28] <znc_user_> xafer: well aparrently "the maintainer for overlayfs in the kernel is not responding, so we cannot get the patch merged upstream"
[14:27:17] <znc_user_> so any flexibility / understanding appreciated. since fixing the overlayfs bug could drag on for a while