ray-project / pygloo

Pygloo provides Python bindings for Gloo.
Apache License 2.0
16 stars 9 forks source link

Release pygloo to pypi #17

Closed jovany-wang closed 3 months ago

ZeldaHuang commented 3 months ago

Hi, I runpip install pygloo and its not released in pypi, any plan to release it?

jovany-wang commented 3 months ago

Yes. The manylinux environment is fixed at https://github.com/ray-project/pygloo/pull/30 But right now, I'm acquiring the releasing permission from others.

jovany-wang commented 3 months ago

@ZeldaHuang If you need this right now, you could build the wheels following this script: https://github.com/ray-project/pygloo/blob/main/.github/workflows/manylinux_basic.yml#L20-L28

And then, run build_wheel.sh