All, I’m trying to install the Python Couchbase lib in my Linux server, but it’s failing with “libcouchbase/couchbase.h: No such file or directory”. I also cannot find which package contains the couchbase.h file. How can I fix this? ubuntu@ip-172-31-17-167:~$ sudo easy_install couchbas…