Donghun Choi
Donghun Choi
It isn't so simple clearly to be explained here, but there are lots of resources related to this. I recommend you to research and read books more though. Basically, a...
No offences, but I don't think there is someone who willing to teach this every detail at least on Github. Hope you find your answer.
Sure here is the output. I am using macOS 15.6.1, uv 0.8.8 (Homebrew 2025-08-09) Thanks! ``` sapsaldog@AKX-J47QCXMLWP parlant-sample % uv add parlant[mongo] zsh: no matches found: parlant[mongo] sapsaldog@AKX-J47QCXMLWP parlant-sample %...
It turned out the issue wasn’t with uv or parlant, but with zsh globbing. Since zsh interprets square brackets as a pattern, uv add parlant[mongo] failed with “no matches found.”...
That’s a tricky issue. It seems that zsh users might need some extra information. I’ll leave it up to the reviewers to decide whether to simply close this issue or...