When uploading an application with dokku, I'm having the following errors:
-> Failed building wheel for pylibmc
-> src/_pylibmcmodule.h:42:36: fatal error: libmemcached/memcached.h: No such file or directory
#include <libmemcached/memcached.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
I have already installed libmemcached in several ways, but none of them solved the problem!