brew tap cortexapps/tap
brew install cortexapps-cli
Traceback (most recent call last):
File "/opt/homebrew/bin/cortex", line 5, in <module>
from cortexapps_cli.cli import app
File "/opt/homebrew/Cellar/cortexapps-cli/1.0.2/libexec/lib/python3.11/site-packages/cortexapps_cli/cli.py", line 3, in <module>
import typer
ModuleNotFoundError: No module named 'typer'