Bruce Du
Results
1
comments of
Bruce Du
I once faced the problem, and figured it out by installing these things(on wsl): 1. librdkafka `sudo apt-get install -y librdkafka-dev` 2. Other dependent libraries `sudo apt-get install build-essential pkg-config...