我正在尝试按照 faust [hello_world][1] 示例在我的 Mac 上工作。并得到以下错误:
$ faust -A hello_world worker -l info
ERROR : cannot open file 'worker' : No such file or directory
令我惊讶的是以下错误。
$ faust worker --help
ERROR : cannot open file 'worker' : No such file or directory
$ faust --version
FAUST Version 2.20.2
Embedded backends:
DSP to C
DSP to C++
DSP to FIR
DSP to Interpreter
DSP to Java
DSP to LLVM IR
DSP to old C++
DSP to Rust
DSP to SOUL
DSP to WebAssembly (wast/wasm)
Build with LLVM version 9.0.0
Copyright (C) 2002-2019, GRAME - Centre National de Creation Musicale. All rights reserved.
- macOS:卡特琳娜
- python3.7
注意:我能够安装 kafka 并能够运行 zookeeper 和 kafka。但我觉得这与它无关。