Hi guys, was trying to follow instructions from <h...
# ask-the-community
y
Hi guys, was trying to follow instructions from https://docs.flyte.org/en/latest/getting_started/index.html to run
pyflyte 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?
y
cc: @Eduardo Apolinario (eapolinario)
k
Welcome to the community @Yaroslav
💪 3
Thank you for posting the issue
y
also I keep getting wrong port in the URL after running
pyflyte run --remote ...
I get
Copy code
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?
e
@Yaroslav,
flytectl 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.
👍 1
I'm looking into the wrong port error now.
@Yaroslav, https://github.com/flyteorg/flytekit/pull/1064 should fix the issue. I'll ping here once we have a release that you can test, ok?
👍 1
168 Views