piskvorky / smart_open

Utils for streaming large files (S3, HDFS, gzip, bz2...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When in Zshell - no matches found: smart_open[s3] (pip 22.1.2)

omersi opened this issue · comments

Problem description

Pip doesn't find the limited installation for s3 on ZSH.

Steps/code to reproduce the problem

run

$ pip install smart_open[s3]                          
zsh: no matches found: smart_open[s3]

in zsh.

It works fine in bash.

I don't think this problem is with smart_open. It's more likely to be an issue with zsh or something else.

ZSH doesn't like special characters so you have to quote it;

pip install 'smart_open[s3]'