DVC reproduction failure

59 Views Asked by At

When I am using this dvc.yaml code:

stages:
  get_data:
    cmd: python get_data.py
    deps:
    - get_data.py
    outs:
    - data_raw.csv

and running "dvc repro" command I am getting ERROR: failed to reproduce

I tried with some changes such as running some other configuration but it didn't work.

0

There are 0 best solutions below