Steps to reproduce
Install faust-streaming:
conda create -n test
conda activate test
conda install pip
pip install faust-streaming==0.10.19
Run faust:
faust
zsh: command not found: faust
Workaround is
Or you can install previous version, and faust can be found:
pip install faust-streaming==0.10.17
Expected behavior
Expected: faust command line interface works
Actual behavior
faust command line interface doesn't work.
Steps to reproduce
Install faust-streaming:
Run faust:
faust zsh: command not found: faustWorkaround is
Or you can install previous version, and
faustcan be found:faust # normal outputExpected behavior
Expected:
faustcommand line interface worksActual behavior
faustcommand line interface doesn't work.