We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the kafka-python wiki!!
python module kafka install
1.#wget "https://pypi.python.org/packages/source/k/kafka-python/kafka-python-0.9.3.tar.gz"
2.#tar zxf kafka-python-0.9.3.tar.gz
3.#cd kafka-python-0.9.3
4.#python setup.py install
check
5.#python -c "import kafka" #There are no errors proved successful installation