Yaroslav
06/14/2022, 10:26 AMpyflyte run --remote example.py wf --n 500 --mean 42 --sigma 2
but it was failing on my local environment https://flyte-org.slack.com/files/U037VET9014/F03KJK10Y10/untitled.txt
Flytectl was up & running itself. @Yuvraj suggested running flytectl config init
and it helped.
I wonder, is this smth. that needs to be added on a getting_started page?Yuvraj
06/14/2022, 10:27 AMKetan (kumare3)
Yaroslav
06/14/2022, 4:51 PMpyflyte run --remote ...
I get
Go to <http://localhost:30081/console/projects/flytesnacks/domains/development/executions/f0af4be9910484159b8d> to see execution in the console.
but my Flyte runs on :30080
and URL with :30081
is broken for me.
Anyone knows what might be causing this?Eduardo Apolinario (eapolinario)
06/14/2022, 10:54 PMflytectl demo start
should add a config file under ~/.flyte
. If that didn't happen then we'd have to investigate. For the time being I'm going to add a note to ensure we check that a config file is present before continuing the guide.