2019-09-04 21:54:08 UTC - Ali Ahmed: adding cpp libs in the docker has issues ``` [INFO] Stored in directory: /root/.cache/pip/wheels/1c/54/34/fd47cd9b308826cc4292b54449c1899a30251ef3b506bc91ea [INFO] Successfully built ratelimit prometheus-client [INFO] ERROR: apache-bookkeeper-client 4.9.2 has requirement setuptools>=34.0.0, but you'll have setuptools 28.8.0 which is incompatible. [INFO] [INFO] Installing collected packages: fastavro, six, protobuf, ratelimit, certifi, grpcio, chardet, urllib3, idna, requests, pymmh3, pytz, apache-bookkeeper-client, prometheus-client, pulsar-client [INFO] Successfully installed apache-bookkeeper-client-4.9.2 certifi-2019.6.16 chardet-3.0.4 fastavro-0.22.4 grpcio-1.23.0 idna-2.8 prometheus-client-0.7.1 protobuf-3.9.1 pulsar-client-2.5.0 pymmh3-0.0.5 pytz-2019.2 ratelimit-2.2.1 requests-2.22.0 six-1.12.0 urllib3-1.25.3 ``` ----