astro icon indicating copy to clipboard operation
astro copied to clipboard

Add pylibmc

Open bxm156 opened this issue 7 years ago • 5 comments

It would be great to add pylibmc, to take care of that pesky libmemcached stuff :)

I actually have a github project that builds this for lambda. Its a little different that the way other packages are built here, I'll open a PR and get feedback :)

bxm156 avatar May 22 '17 23:05 bxm156

Opened an issue on the original project too https://github.com/lericson/pylibmc/issues/225

bxm156 avatar May 22 '17 23:05 bxm156

I also vote for that one ! I'm trying to use django-elasticache to use ECC and it requires pylibmc

cscetbon avatar Jul 10 '17 01:07 cscetbon

I solved this myself with https://github.com/bxm156/pylibmc-manylinux

bxm156 avatar Jul 10 '17 02:07 bxm156

In my requirements.txt I just add:

https://github.com/bxm156/pylibmc-manylinux/releases/download/v1.5.2/pylibmc-1.5.2-cp27-cp27mu-manylinux1_x86_64.whl

bxm156 avatar Jul 10 '17 02:07 bxm156

okay cool @bxm156 I was working on it but I'm glad you did it. You should certainly create a PR with a generated tgz

Thanks !

cscetbon avatar Jul 10 '17 02:07 cscetbon