I am trying to run a workflow using Hera, with the code available at https://github.com/argoproj-labs/hera/blob/main/examples/workflows/coinflip.py.
I have installed Hera and its dependencies using pip, and when I run the code using python coinflip.py, there is no error reported in the console. However, when I check the Argo list using argo list -n argo, I do not see the workflow listed.
I have verified that Argo is correctly installed, and I have also tried running other workflows directly on the Argo UI, which are successfully displayed. It seems that the issue is specific to the workflow created with Hera.
Here is my pip freeze output:
certifi==2022.12.7
charset-normalizer==3.1.0
dnspython==2.3.0
email-validator==1.3.1
hera==5.1.2
idna==3.4
pydantic==1.10.7
requests==2.28.2
typing_extensions==4.5.0
urllib3==1.26.15
I am trying to run a workflow using Hera, with the code available at https://github.com/argoproj-labs/hera/blob/main/examples/workflows/coinflip.py.
I have installed Hera and its dependencies using pip, and when I run the code using python coinflip.py, there is no error reported in the console. However, when I check the Argo list using
argo list -n argo,I do not see the workflow listed.I have verified that Argo is correctly installed, and I have also tried running other workflows directly on the Argo UI, which are successfully displayed. It seems that the issue is specific to the workflow created with Hera.
Here is my pip freeze output: