<#3821 [BUG] flytectl demo start progress bar is b...
# flyte-github
a
#3821 [BUG] flytectl demo start progress bar is broken? Issue created by vsoch Describe the bug I am testing flyte for the first time (excited!) and ran the example workflow, and now am giving a shot at creating the demo cluster.
Copy code
$ flytectl demo start
It started out okay, but soon (what looks to be some kind of debug mode, or malformed progress bar) started scrolling across my screen:

image

I think this maybe should look like progress bars and it's a bug? I can see the progress bar lengths and it seems like they should be printed instead (on the same lines?) Expected behavior I expected to see progress bars. Additional context to reproduce I'm on ubuntu 22.04, and I installed:
Copy code
mkdir -p ./bin
curl -sL <https://ctl.flyte.org/install> | bash -s -- -b ./bin
export PATH=$PWD/bin:$PATH
And then ran:
Copy code
$ flytectl demo start
Screenshots See above! Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte