moose
moose copied to clipboard
Push PyMoose to PyPI
Under what name? pymoose
is taken, so is moose
Pushed a placeholder project under moose-python
https://pypi.org/project/moose-python/
maybe we close this issue once we have a pymoose wheel pushed there?
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
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'
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.