PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 15th of October, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[02:33:12] <[Tritium]> Is there a mechanism for meta-packages? As in, a package that only exists to pull in dependencies. I am asking on behalf of a project that, for the 90% case, you would want a rather large dependency (30+ megs of data), but the 10% use case does not need it and would be a waste of bandwidth.
[02:35:00] <[Tritium]> If that is something that is allowed, how would you go about doing it?
[14:12:09] <Darkwell> i got probs with pip
[14:13:00] <Darkwell> just installed from apt-get install python-pip on ubuntu and did a pip install subliminal
[14:13:48] <Darkwell> then that one didnt work as i exected to edited a couple of line in subliminal but still not ok so did pip uninstall subliminal
[14:13:59] <Darkwell> but now i dont even get pip to run at all
[14:50:31] <Wooble> Darkwell: got a traceback?
[21:24:22] <xafer> hello, was wondering if wheel files allowed the python version tag to be equal to py33.py34 ?
[21:28:48] <xafer> pip code seems to allow it, so I guess it's ok :)