Setup informations
Installed with pip, on a Ubuntu 18.04 version
Issue
Hi,
I am m new to DVC. I have installed DVC on a fresh Ubuntu install. Every command (except init and get) I tried to run raised the following error :
ERROR: unexpected error - [Errno 1] Operation not permitted: '<path_to_repo>/.dvc/tmp/bb2d3250118bf7b0d1042b10868e8e14.lock' -> '<path_to_repo>/.dvc/updater.lock'
With <path_to_repo> being a path to a working Git repository.
The issue first occured when I was following the "Get Started" section of DVC :
dvc get https://github.com/iterative/dataset-registry/get-started/data.xml -o data/data.xml
dvc add data/data.xml
For now I have tried :
- To remove the
updater.loc, but the file does not exist
- To remove the
.dvc/tmp/*.lock .
The status is not working neither.
Can you help figuring out what I'm doing wrong please ?
Setup informations
Installed with pip, on a Ubuntu 18.04 version
Issue
Hi,
I am m new to DVC. I have installed DVC on a fresh Ubuntu install. Every command (except
initandget) I tried to run raised the following error :With <path_to_repo> being a path to a working Git repository.
The issue first occured when I was following the "Get Started" section of DVC :
For now I have tried :
updater.loc, but the file does not exist.dvc/tmp/*.lock.The
statusis not working neither.Can you help figuring out what I'm doing wrong please ?