想跑https://github.com/ghaughian/mongo-kafka-spark/blob/master/src/pub.py这个程序,发现没有confluent_kafka库 1.pip安装 pip install confluent_kafka 居然报错: In :: confluent_kafka/src/confluent_kafka.h::: fatal error: Python.h: No such file or directory #include <Pytho
Linux 安装zlib依赖库 进入src: cd /usr/local/src 下载zlib库: wget http://www.zlib.net/zlib-1.2.11.tar.gz 解压下载的tar包: tar -zxvf zlib-1.2.11.tar.gz cd zlib-1.2.11 进行编译: ./configure make 进行安装: make install 转至 https://blog.csdn.net/eddy23513/article/details/81367586
强制刷新 Gradle 依赖库缓存 $ gradle build --refresh-dependencies The --refresh-dependencies option tells Gradle to ignore all cached entries for resolved modules and artifacts. A fresh resolve will be performed against all configured repositories, with dynami