Jupyter DVC

Options
kim13
kim13 Registered Posts: 21 ✭✭✭✭

Hi All,

I am trying to use the jupyter notebook to install and use dvc but seems to hit this error ? any help is much appreciated.

Capture234.PNG

Capture345.PNG

Tagged:

Answers

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,209 Dataiker
    Options

    Hi,

    Can you try running :

    !which dvc

    !dvc init

    Since you have " &> /dev/null" this outputs to /dev/nul hiding the actual output of your commands

    Either pip install is failing or dvc init command is failing.

  • kim13
    kim13 Registered Posts: 21 ✭✭✭✭
    Options

    Hi Alex,

    Yes DVC not installed .  But I have tried to install via pip install dvc and pip install "dvc[all]".

    Please help.

    CaptureNoDVC.PNG

  • kim13
    kim13 Registered Posts: 21 ✭✭✭✭
    Options

    Hi  Alex,

    My mlflow also is not recognized even after install. Please HELP.

    Capturemlflow.PNG

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,209 Dataiker
    Options

    Can you confirm if you are running the notebook locally or in a container?

    Try installing dvc from command line instead of notebook and share the full output of pip install dvc command and which command after

    Same with mflow share the output of pip install mflow and which mflow

Setup Info
    Tags
      Help me…