I am new to DVC and am trying to work my way through the “Getting Started Tutorial” on macOS Sonoma 14.6.1 and python 3.10.13.
I created a project fold and initialized git.
I installed DVC and initialized it.
I had to set up SSL according to the following:
pip3 install --upgrade certifi
export SSL_CERT_FILE=$(python -m certifi)
I am now attempting to download the get-started/data.xml from iterative and getting an error:
(the data folder exists)
dvc get GitHub - iterative/dataset-registry: Dataset registry DVC project get-started/data.xml -o data/data.xml
ERROR: unexpected error - [Errno 2] No storage files available: ‘get-started/data.xml’
Having any troubles? Hit us up at Support | Platinum Services For MLOps, we are always happy to help!
Please help.