Closed arel closed 5 years ago
Experiencing the same:
Looks as though the problematic code was removed a day ago in https://github.com/robinhood/faust/commit/d9d77ebaa7dad123951537b04cef568374612d23 by @ask however it appears we require a new GH Release (v1.4.3 ?) and pushing to PyPi :)
It seems that they have pushed the wrong version to PyPi, I tried to use an old version of faust (1.4.1) but the error still existed.
Thanks!
I uploaded robinhood-aiokafka 0.5.1 to PyPI that fixes this issue!
Seems our version requirement for robinhood-aiokafka was <1.0, but please be advised that the version we currently use in production is robinhood-aiokafka 0.4.19
I just released Faust 1.4.3 to PyPI: this version will require robinhood-aiokafka<0.5.0
Checklist
master
branch of Faust.Steps to reproduce
Using the sample code from the docs:
In new virtualenv with Python 3.7:
Causes exception:
But,
robinhood-aiokafka
is installed:Expected behavior
I would expect faust to work with Python 3.6+ (as stated in the docs).
Actual behavior
Faust does not start up. (It does work as expected with Python 3.6)
Full traceback
Versions