careful-piano-35677
08/28/2023, 8:53 AMpyflyte register
, but there seems to be an error in it,
this is my config.yaml file,
admin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///<ip>:30080
insecure: true
insecureSkipVerify: true
authType: Pkce
console:
endpoint: http://<ip>:30080
logger:
show-source: true
level: 0
and this is the command I've used,
$ pyflyte register wf/wf.py.py -p flytesnacks -d development -v v0
Running pyflyte register from ... with images ImageConfig(default_image=Image(name='default', fqn='<http://cr.flyte.org/flyteorg/flytekit|cr.flyte.org/flyteorg/flytekit>', tag='py3.9-1.9.0'), images=[Image(name='default', fqn='<http://cr.flyte.org/flyteorg/flytekit|cr.flyte.org/flyteorg/flytekit>', tag='py3.9-1.9.0')]) and image destination folder /root on 1 package(s) ('wf.py',)
Registering against <ip>:30080
Detected Root wf/, using this to create deployable package...
No output path provided, using a temporary directory at /tmp/tmpf0r53rz7 instead
Failed with Unknown Exception <class 'keyring.errors.InitError'> Reason: Failed to create the collection: Prompt dismissed..
Failed to create the collection: Prompt dismissed..
The remote server is reachable from the machine, I tried getting the UI in browser and it works fine, but there seems to be a problem in pyflyte register
.average-finland-92144
08/28/2023, 3:43 PMinsecureSkipVerify
set to true doesn't do much when insecure
is also set to true
. Try not using that option and let us knowcareful-piano-35677
08/28/2023, 4:47 PMaverage-finland-92144
08/28/2023, 5:05 PMflytectl demo start
careful-piano-35677
08/28/2023, 5:06 PMtall-lock-23197
careful-piano-35677
08/29/2023, 6:25 AM$ flytectl get task -p flytesnacks -d development
but,
$ pyflyte register ...
$ pyflyte run ...
$ pyflyte run --remote ...
all the above commands were throwing the same error,
Failed with Unknown Exception <class 'keyring.errors.InitError'> Reason: Failed to create the collection: Prompt dismissed..
Failed to create the collection: Prompt dismissed.
@tall-lock-23197tall-lock-23197
careful-piano-35677
08/29/2023, 6:45 AMtall-lock-23197
tall-lock-23197
sparse-advantage-22780
10/09/2023, 3:36 PMpython -m keyring --disable