Error when installing requirements for django tests - fatal error: 'libmemcached/memcached.h' file not found #include <libmemcached/memcached.h>

FYI with homebrew now located in /opt/homebrew I had to let pip know where to find it:

LIBMEMCACHED=/opt/homebrew pip install pylibmc
5 Likes