Skip to content

run: ui issue for run #3706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
skshetry opened this issue Apr 30, 2020 · 0 comments · Fixed by #3730
Closed

run: ui issue for run #3706

skshetry opened this issue Apr 30, 2020 · 0 comments · Fixed by #3730
Assignees
Labels
p1-important Important, aka current backlog of things to do ui user interface / interaction

Comments

@skshetry
Copy link
Collaborator

skshetry commented Apr 30, 2020

  1. Eg:
$ dvc run -n train ...
ERROR: failed to run command - Stage with name 'train' already exists in 'pipelines.yaml'.

There's no need for failed to run command because the commands were never run and is a bit unnecessary.

$ dvc run -n train1 -d users.csv -p tr_conf.yaml:epochs,log_file,dropout -M summary.json -m logs.csv -o logs python train.py
ERROR: failed to run command - file/directory 'summary.json' is specified as an output in more than one stage:
	pipelines.yaml:train
This is not allowed. Consider using a different output name.

Suggestion:

ERROR: output 'summary.json' already exist on stage 'pipelines.yaml:train'.
$ dvc repro pipelines.yaml
ERROR: you've introduced a cycle in your pipeline that involves the following stages:
	- pipelines.yaml:train
	- pipelines.yaml:process

Suggestion:

ERROR: output 'IN.TSV' introduces a cycle that involves stages: train, process
@ghost ghost added the triage Needs to be triaged label Apr 30, 2020
@skshetry skshetry added the p1-important Important, aka current backlog of things to do label Apr 30, 2020
@ghost ghost removed the triage Needs to be triaged label Apr 30, 2020
@skshetry skshetry changed the title run: "unexpected error" for DvcException-inherited exceptions run: ui issue for run Apr 30, 2020
@skshetry skshetry added pipeline-file ui user interface / interaction labels Apr 30, 2020
@skshetry skshetry self-assigned this May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p1-important Important, aka current backlog of things to do ui user interface / interaction
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant