Jupyter DVC

kim13
Level 1
Jupyter DVC

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

 
 

 

0 Kudos
4 Replies
AlexT
Dataiker

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.

 

 

 

 

0 Kudos
kim13
Level 1
Author

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

0 Kudos
kim13
Level 1
Author

Hi  Alex, 

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

Capturemlflow.PNG

0 Kudos
AlexT
Dataiker

 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 

 

0 Kudos