astronomer / airflow-provider-kafka

A provider package for kafka
Apache License 2.0
37 stars 16 forks source link

Unable to install airflow-provider-kafka package in Azure Cloud Airflow VM instance #19

Closed Bindu-yadav8 closed 1 year ago

Bindu-yadav8 commented 1 year ago

While executing the command " pip install airflow-provider-kafka" in the airflow instance in the VM, seeing an error message as below:

image

Airflow version - 2.2.5 Python Version - 3.6 and pip version 21.3.1

Also, I observed that this was released in the last week, any version compatibility is causing this issue? Anybody please suggest on this.

AlexandrChikur commented 1 year ago

@Bindu-yadav8 Hi, you sayin that u are use 3.6 version of python. As described in setup.cfg of airflow-provider-kafka: https://github.com/astronomer/airflow-provider-kafka/blob/5cc531388bc0190402b104344856be94b2466649/setup.cfg#L28 It's required python version 3.7 or greater, could be this is causing issue? Actually, not sure if im right, but would you try to install it on this python version ?