moose icon indicating copy to clipboard operation
moose copied to clipboard

Push PyMoose to PyPI

Open mortendahl opened this issue 2 years ago • 5 comments

Under what name? pymoose is taken, so is moose

mortendahl avatar Jun 09 '22 16:06 mortendahl

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

jvmncs avatar Jun 10 '22 15:06 jvmncs

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

jvmncs avatar Jun 10 '22 15:06 jvmncs

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

jvmncs avatar Jun 15 '22 14:06 jvmncs

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'

gutjuri avatar Dec 21 '22 15:12 gutjuri

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.

jvmncs avatar Dec 22 '22 20:12 jvmncs