Rich Jones
Rich Jones
Are you in a venv?
Yeah, I've been thinking about this for a long time, but haven't had the bandwidth to really address it properly. I think another option to look into is simply building...
Yeah, pretty much that. The goal would be reproducability of the packages. Are we missing any other major packages that aren't in l-p or manylinux?
Excellent! But, can I ask - did the `manylinux` version of Tensorflow not work out of the box? It seems there are manylinux wheels available on PyPI: https://pypi.python.org/pypi/tensorflow So, it...
Can you be more specific about how it didn't work?
The issue is that I think I would want the _opposite_ of this behavior, so that `lambda-packages` is still fat, but installing `lambda-packages[numpy]` will install _only_ the desired package.
I don't know if that's currently possible.
Verrrrry stoked on that one. Would love to do a blog post on that one too.
Not that I know of, but that'd certainly a valuable addition for server-less GIS work!
Nice. Before I merge, can I ask - why did you make this? I was under the impression that pandas had a manylinux wheel on PyPI, but it looks like...