-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
awaiting responsewe are waiting for your reply, please respond! :)we are waiting for your reply, please respond! :)questionI have a question?I have a question?
Description
I'm getting a quite confusing error when trying to call dvc run
ERROR: failed to run command - Paths for outs:
'data'('data.dvc')
'data/prepared/prepared_data.csv'('data_preparation.dvc')
overlap. To avoid unpredictable behaviour, rerun command with non overlapping outs paths.
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
Here are the steps to reproduce the issue:
- Create a new directory
myproj, then callgit initanddvc initinside of it - Create a new directory
dataand put some data in it. The structure of mydatadirectory is as follows:
data
|___ raw
|___ dir1
|___ file1
...
|___ fileN
|___ dir2
|___ file1
...
|___ fileN
- Run
dvc add datato track the directory using dvc - Create a new file called myscript.py within the
myprojdirectory which does some preprocessing of the data - Run the following command:
dvc run -d data/raw -d myscript.py -o data/prepared/prepared_data.csv -f data_preparation.dvc python3 myscript.py
- Bump into the error message that I've mentioned
DVC version (i.e. dvc --version): 0.77.3
Platform: KDE neon 5.17
Method of installation: DEB(Linux)
Metadata
Metadata
Assignees
Labels
awaiting responsewe are waiting for your reply, please respond! :)we are waiting for your reply, please respond! :)questionI have a question?I have a question?