question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dvc pipeline issues error

See original GitHub issue
$ dvc --version
0.19.2

Hi!

I’m trying to execute dvc pipeline show --ascii some.dvc but I get the following error:

Error: Unexpected error: Canvas cols/lines must be in range [1..1000]

I don’t execute this command much often, but I remember it was working on my machine a couple of weeks ago. So maybe this is a bug introduced in the more recent versions?

Thanks, André

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
efiopcommented, Oct 1, 2018

Hi @andrethrill !

Thank you so much for sharing the image of your graph! It really helps to get a better perspective on what is going on. Looks like it was indeed a horizontal space 🙁 It should still be possible to view it in terminal if it supports horizontal scrolling instead of breaking the lines, but it is more of a hack, since not all terminals do that 🙁 Maybe this is the point where CLI viewer scope ends, but I will try to give it another thought to see if there are any automatic folding/compacting technics we could use to provide a distraction-less CLI experience. E.g. first idea that comes to mind is to use Ncurses to provide vertical and horizontal scrolling. Created #1177 to track the progress on it.

Thanks, Ruslan

0reactions
efiopcommented, Oct 11, 2018

Thank you for the feedback! I will look into it shortly.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting | Data Version Control - DVC
Users may encounter errors when running dvc pull and dvc fetch , like WARNING: Cache 'xxxx' not found. or ERROR: failed to pull...
Read more >
shcheklein/example-get-started: Get started DVC project
It is a step-by-step quick introduction into basic DVC concepts. The project is a natural language processing (NLP) binary classifier problem of predicting ......
Read more >
Why I got an invalid bucket name error using dvc mlflow on ...
I'm trying to teach how to build MLOps pipeline. So, firstly, I used one s3 bucket. But when I tried to use docker,...
Read more >
Learning DVC by trial and error - A Peck of Pickled POJOs
Anyone who has worked with an ML pipeline knows that keeping track of your data is a crucial part of maintaining that pipeline...
Read more >
5.1. Reproducible machine learning analyses: DataLad as DVC
DataLad provides generic solutions to these issues, while DVC is tuned for machine-learning pipelines. Despite their similar purpose, the looks, feels and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found