Snappy package doesn't support Python 3.11 #931
ahmetanbar
started this conversation in
General
Replies: 2 comments 1 reply
-
You need to install snappy headers before installing BTW, there is plan to move to cramjam in aiokafka. Primarily because |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your answer |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am new at Kafka. I want to consume messages which are compresses by snappy. I see that aiokafka automatically decompress messages. So that, snappy package should be installed.
When I try to install
python-snappy
package as how it is said herepip install 'aiokafka[snappy]'
or
via
pip install python-snappy
, I got errorIt is due to this package doesn't have wheels for Python 3.11. An issue exists at the project regarding this.
I think I can apply those solutions to solve the issue:
Is the third one possible right now?
I am looking for your helps and ideas.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions