Closed
Description
Running dvc on ubuntu, installed with pip. Version is 0.66.1.
I get ERROR: unexpected error
when my dvc run ends. The output files are made correctly, but *.dvc files do not appear and no checksumming is done.
Installing 0.65.0 fixes the problem.
I ran the command dvc run -f make_dataset.dvc -d make_dataset.py -d data -o dataset_train.json -o dataset_val.json -o dataset_test.json python3 make_dataset.py --directory data --output dataset --val-size 0.2 --test-size 0.1 --seed 42