There's a problem here. ```(dev) root@googler:~# p...
# ask-the-community
l
There's a problem here.
Copy code
(dev) root@googler:~# pip show flyteidl;
WARNING: Ignoring invalid distribution -orch (/root/miniconda3/envs/dev/lib/python3.9/site-packages)
Name: flyteidl
Version: 1.5.21
Summary: IDL for Flyte Platform
Home-page: <https://www.github.com/flyteorg/flyteidl>
Author:
Author-email:
License:
Location: /root/miniconda3/envs/dev/lib/python3.9/site-packages
Requires: googleapis-common-protos, protobuf, protoc-gen-swagger
Required-by: flytekit
The Home-page should be
Copy code
<https://www.github.com/flyteorg/flyte/flyteidl>
instead of
Copy code
<https://www.github.com/flyteorg/flyteidl>
and yes, if need any help, feel free to mention me or direct message to me on Slack.
e
awesome, thanks for finding this. I'm in the process of fixing this as well!
l
Thanks a lot! Really grateful for this!