When running
pip install pylibmc
on Ubuntu, I get the following error:
_pylibmcmodule.h:42:36: fatal error: libmemcached/memcached.h: No such file or directory
sudo apt-get install libmemcached-dev zlib1g-dev
Zags answer didn't do the trick for me on Ubuntu 13.10. libmemcached-dev had already been installed. I had to also do:
sudo apt-get install zlib1g-dev
Maybe that will help someone else.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With