Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Saturday the 16th of May, 2015
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
04:40:11
] <
felixn
> has anyone looked into making pip wheel faster? it's really slow http://i.imgur.com/ZBGCY6H.png
[
12:52:37
] <
agronholm
> why are setuptools's and pkg_resources's tests installed in site-packages with the rest of the code?
[
12:52:50
] <
agronholm
> I tried modifying setuptools's setup.py to exclude them but it didn't work
[
12:52:57
] <
agronholm
> they're still being included in the wheel
[
12:57:01
] <
agronholm
> oh...removing the build directory helped