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
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
Zags answer didn't do the trick for me on Ubuntu 13.10. libmemcached-dev had already been installed. I had to also do:
Maybe that will help someone else.
Install libmemcached using below command
Then set the environment variable and install