Skip to content

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

Description

@swelborn

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions