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.
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 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.
-
Hi Alex,
Yes DVC not installed . But I have tried to install via pip install dvc and pip install "dvc[all]".
Please help.
-
Hi Alex,
My mlflow also is not recognized even after install. Please HELP.
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 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