mlflow-example icon indicating copy to clipboard operation
mlflow-example copied to clipboard

pip install mlflow[extras] : no matches found

Open malanb5 opened this issue 5 years ago • 2 comments

The following command gives: no matches found

pip install mlflow[extras]

Are the brackets not supposed to be taken as literals?

malanb5 avatar May 13 '20 02:05 malanb5

you can try it again like this: pip install 'mlflow[extras]' if you are using zsh, you refer to this doc https://zsh.sourceforge.io/Guide/zshguide05.html#l137

sunpcm avatar Jul 07 '22 09:07 sunpcm

That works great. Thanks @sunpcm

oakkas84 avatar Feb 06 '23 07:02 oakkas84