Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.82k stars 2.34k forks source link

Python conductor client not found in PyPI #273

Closed msakauye closed 7 years ago

msakauye commented 7 years ago

I'm trying to install the python client for conductor through pip as stated in the readme (https://github.com/Netflix/conductor/tree/master/client/python), and am getting a package not found error.

$ pip install conductor
Collecting conductor
  Could not find a version that satisfies the requirement conductor (from versions: )
No matching distribution found for conductor

Using pip 9.0.1 and Python 2.7.13. It doesn't seem to be registered in PyPI: https://pypi.python.org/pypi?%3Aaction=search&term=conductor&submit=search

v1r3n commented 7 years ago

We do not publish to pypi. You want to checkout the code and build the python client and install locally.