question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No such command 'models'

See original GitHub issue

want to use mlflow command line to run: mlflow models ... got Error: No such command 'models'. Tried installation with pip install mlflow or pip install mlflow[extra]. neither works. Here is the output for mlflow --help

Screen Shot 2022-07-08 at 10 51 17 AM

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
harupycommented, Jul 11, 2022

@zz397 Can you run pip install git+https://github.com/harupy/mlflow.git@raise-import (branch), and then run mlflow --help? This should reveal why the models subcommand is not available.

0reactions
harupycommented, Jul 12, 2022

@zz397 Thanks for the comment. What was the root cause?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to serve an mlflow model locally
In your code, you are executing the 'mlflow' command from within a Jupyter Notebook. I would suggest trying the following: Check if your...
Read more >
Error: No such command "aldex2"
When running the following: qiime aldex2 aldex2 –i-table epibiont_table_filtFfiltS.qza –m-metadata-file metadata.tsv –p-condition subject ...
Read more >
Command-Line Interface — MLflow 2.0.1 documentation
The MLflow command-line interface (CLI) provides a simple interface to various ... If --model-uri is not specified when build_docker is called, an MLflow ......
Read more >
Command Line Interface · spaCy API Documentation
It's not recommended to use this command as part of an automated process. ... python -m spacy download model --direct --sdist pip_args ...
Read more >
Command-line Interface — Faust 1.9.0 documentation
faust models - List defined serialization models. ... For a standalone program such as examples/word_count.py this is accomplished by adding the following ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found