Hi. Completely newbie to pyflyte. Followed the ...
# flyte-support
s
Hi. Completely newbie to pyflyte. Followed the new tutorial, have it working locally fine, however accessing the example remotely on my-project results in:
pyflyte run -r -p my-project -d development example.py wf --name Ada
Running Execution on Remote.
<..snip..>
Request rejected by the API, due to Invalid input.
RPC Failed, with Status: StatusCode.INVALID_ARGUMENT
details: project [my-project] is not active
f
did you create the project
my-project
you will have to use
flytectl create project
to create a project first