Closed gegnew closed 1 year ago
What examples did you use? Can you share?
hmm, the error seems to have been doing pip install faust
instead of pip install faust-streaming
. my bad
hmm, the error seems to have been doing pip install faust
instead of pip install faust-streaming
. my bad
Checklist
master
branch of Faust.Steps to reproduce
In a fresh project, using examples from the documentation, I get a fatal worker error on startup.
Expected behavior
Not this
Actual behavior
Error: TypeError("Queue.__init__() got an unexpected keyword argument 'loop'")
Full traceback
Versions