-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Here's the repro:
cd "$(mktemp -d)"
git init && dvc init
echo "foo: 1" > params.yaml
git add -A
git commit -m "initial"
dvc exp init python train.py
dvc exp runThis outputs:
ERROR: failed to reproduce 'dvc.yaml': [Errno 2] No such file or directory: '/private/var/folders/xh/trg29z296h70n109kwfk6g800000gn/T/tmp.dUgMYVQs/data'
ERROR: failed to reproduce 'dvc.yaml': [Errno 2] No such file or directory: '/private/var/folders/xh/trg29z296h70n109kwfk6g800000gn/T/tmp.dUgMYVQs/data