faust-streaming / faust

Python Stream Processing. A Faust fork
https://faust-streaming.github.io/faust/
Other
1.6k stars 180 forks source link

v0.10.19 -- faust cli is not found in PATH after install #579

Closed swelborn closed 9 months ago

swelborn commented 9 months ago

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

python -m faust ...

Or you can install previous version, and faust can be found:

pip install faust-streaming==0.10.17
faust
# normal output

Expected behavior

Expected: faust command line interface works

Actual behavior

faust command line interface doesn't work.

wbarnha commented 9 months ago

Agh, I think I broke it in the changes I made to setup.py, sorry about that! Willfix ASAP.