conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
62 stars 29 forks source link

[feature] Implement workers as functions #106

Closed gardusig closed 2 years ago

gardusig commented 2 years ago

Changes:

hebrd commented 2 years ago

I can not install the latest version 1.0.34 by pip so far. when will the new release exist in the pypi repo?

gardusig commented 2 years ago

Hey @BrandonDotLin, can you try running this command?

python3 -m pip install conductor-python==v1.0.34
hebrd commented 2 years ago

Hey @BrandonDotLin, can you try running this command?

python3 -m pip install conductor-python==v1.0.34

ERROR: No matching distribution found for conductor-python==v1.0.34

It seems there has been a delay in publication to pypi repo. I can install via below command now:

pip install conductor-python==1.0.34