nishant
nishant

Reputation: 67

how to install confluent-Kafka (python) on windows 10

how to install confluent-Kafka Python in windows 10 system along with librdkafka.

I am not able to perform pip install confluent-Kafka in windows it is throwing error that it requires Ms c++ build tools even i have install Ms visual studio 2017 still it is throwing error

Upvotes: 4

Views: 7024

Answers (2)

Manjeet Duhan
Manjeet Duhan

Reputation: 117

you can run it in windows. Below is window patch on github for confluent 5.0.1.

https://github.com/mduhan/confluent-windows-5.0.1

Upvotes: -1

Edenhill
Edenhill

Reputation: 3113

confluent-kafka-python is not yet available for Windows.

There's been some community effort to build and run it, see this github issue: https://github.com/confluentinc/confluent-kafka-python/issues/132#issuecomment-327574752

Upvotes: 4

Related Questions