Hi everyone,
I use google drive sync my project through 2 PC.
When I start dvc repro on the second PC I encounter with an error.
Running stage ‘prepare’:
python src/prepare.py data/init/titanic.zip
ERROR: failed to transfer ‘215b31ab1267ed29ee90047a9000c317’ - [WinError 1] Incorrect function: ‘H:\My Drive\dev\data\04.dvc\…\data\prepared\prep_test.cvs’ → ‘H:\My Drive\dev\data\04.dvc\…\.dvc\cache\21\5b31ab1267ed29ee90047a9000c317’
ERROR: failed to transfer ‘029c9cd22461f6dbe8d9ab01def965c6’ - [WinError 1] Incorrect function: ‘H:\My Drive\dev\data\04.dvc\…\data\prepared\pred.cvs’ → ‘H:\My Drive\dev\data\04.dvc\…\.dvc\cache\02\9c9cd22461f6dbe8d9ab01def965c6’
ERROR: failed to transfer ‘ab648f384a377a0a1a11a5b12a99b933’ - [WinError 1] Incorrect function: ‘H:\My Drive\dev\data\04.dvc\…\data\prepared\prep_train.cvs’ → ‘H:\My Drive\dev\data\04.dvc\…\.dvc\cache\ab\648f384a377a0a1a11a5b12a99b933’
file/directory ‘H:\My Drive\dev\data\04.dvc..\data\prepared\prep_train.cvs’ is going to be removed. Are you sure you want to proceed? [y/n]
I guess that problem is permission of folders, but I can’t find for new version of GD an ability to change a permission. There is no well known ability to change the permision of directory or files.
Does anyone anyone encountered with the same problem?