Caroline Lei
02/27/2023, 12:36 PMkedro mlflow
? Which version of Kedro and Kedro mlflow should I install? I followed the installation guide here. But when I am trying to verify with kedro mlflow -h
command, it gave me no such command error. Any tips would be appreciated. Thanks!datajoely
02/27/2023, 12:42 PMdatajoely
02/27/2023, 12:42 PMpip freeze
to check everything is in the same environmentdatajoely
02/27/2023, 12:42 PMpyproject.toml
file where you’re looking forYolan Honoré-Rougé
02/28/2023, 8:47 PMpip install kedro-viz
, then kedro viz
: if this does work (this is an official plugin), it is not an environment issue else the CLI would not load. If it does not, you will very likely have red messages with VersionConflictwarnings
which prevents kedro to load the CLI, can you copy paste them here?
• when you try kedro -h
, do you see the run
command ? If it does not, it means you are not at the root of a kedro project, so you should change your working directory with cd your-kedro-directory