zsh: no matches found: requests[socks]

317 ワード

stackoverflowで原因と解決策を見つけた:zsh uses square brackets for globbing/pattern matching.
That means that if you need to pass literal square brackets as an argument to a command, you either need to escape them or quote the argument like this:
pip install 'requests[security]'