Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
malanb5 opened this issue May 13, 2020 · 2 comments
Open

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

malanb5 opened this issue May 13, 2020 · 2 comments

Comments

@malanb5
Copy link

malanb5 commented May 13, 2020

The following command gives: no matches found

pip install mlflow[extras]

Are the brackets not supposed to be taken as literals?

@sunpcm
Copy link

sunpcm commented Jul 7, 2022

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
Copy link

oakkas84 commented Feb 6, 2023

That works great. Thanks @sunpcm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants