You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka library name: both kafka-python and confluent-kafka
Kafka library version: unsure
Description
Cannot install on python3.7 environment. The latest versions of kafka-python and confluent-kafka support lower python versions than 3.8 so ideally this library would be a little less restrictive on the versions of python it supports.
What I Did
$ python --version
Python 3.7.13
$ pip install aws-msk-iam-sasl-signer-python==1.0.0
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.8
ERROR: Could not find a version that satisfies the requirement aws-msk-iam-sasl-signer-python==1.0.0
ERROR: No matching distribution found for aws-msk-iam-sasl-signer-python==1.0.0
The text was updated successfully, but these errors were encountered:
Hi @danielpops, Apologies for the delay on this. I am afraid we do not plan to support this library for Python versions less than 3.8 as those have crossed their EOL dates.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
kafka-python
andconfluent-kafka
Description
Cannot install on python3.7 environment. The latest versions of
kafka-python
andconfluent-kafka
support lower python versions than 3.8 so ideally this library would be a little less restrictive on the versions of python it supports.What I Did
The text was updated successfully, but these errors were encountered: