I have a mac and installed zookeeper using homebrew. Zookeeper is working as expected, and the c lib is also installed.
YPCMC10334:~% .homebrew/bin/cli_st USAGE .homebrew/bin/cli_st zookeeper_host_list [clientid_file|cmd:(ls|ls2|create|od|...)] Version: ZooKeeper cli (c client) version 3.3.3 YPCMC10334:~% .homebrew/bin/cli_mt USAGE .homebrew/bin/cli_mt zookeeper_host_list [clientid_file|cmd:(ls|ls2|create|od|...)] Version: ZooKeeper cli (c client) version 3.3.3 When I try to install zkpython via pip I get the following error: zookeeper.c:20:23: error: zookeeper.h: No such file or directory Has anyone had any luck installing it. Is there a way to point it to the proper include lib? John
