-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?
Description
Setup informations
dvc --version
0.71.0
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 ?
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?