tf-encrypted / moose

Secure distributed dataflow framework for encrypted machine learning and data processing
Apache License 2.0
58 stars 15 forks source link

Push PyMoose to PyPI #1123

Open mortendahl opened 2 years ago

mortendahl commented 2 years ago

Under what name? pymoose is taken, so is moose

jvmncs commented 2 years ago

Pushed a placeholder project under moose-python https://pypi.org/project/moose-python/

jvmncs commented 2 years ago

maybe we close this issue once we have a pymoose wheel pushed there?

jvmncs commented 2 years ago

heavily considering switching to maturin for building the pymoose rust bindings, because it seems to simplify publishing python/rust hybrid packages, via instructions from this post and this GH action

gutjuri commented 1 year ago

Has the package already been published? I performed pip install moose-python, but executing import pymoose as pm gives me:

Traceback (most recent call last):
  File "/home/.../test_moose.py", line 5, in <module>
    import pymoose as pm
ModuleNotFoundError: No module named 'pymoose'
jvmncs commented 1 year ago

Ah sorry, seems like I lost track of this issue. The package has not been published to PyPI yet, but feel free to install pymoose from source using this cmake target in the meantime.