mlflow / mlflow-example

An example MLflow project
Apache License 2.0
237 stars 333 forks source link

pip install mlflow[extras] : no matches found #7

Open malanb5 opened 4 years ago

malanb5 commented 4 years ago

The following command gives: no matches found

pip install mlflow[extras]

Are the brackets not supposed to be taken as literals?

sunpcm commented 2 years ago

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

oakkas84 commented 1 year ago

That works great. Thanks @sunpcm