Closed JannisNe closed 1 year ago
Describe the bug When importing healpy with the current install from pyproject.toml and poetry.lock in an M1 Mac I get the error message
healpy
pyproject.toml
poetry.lock
ModuleNotFoundError: No module named '_pixelfunc'
To Reproduce Steps to reproduce the behavior:
nuztf
poetry install
ipython
import healpy
Expected behavior Everything works
Additional context I get healpy v1.16.3 from the poetry install which is known to have this behavior: https://github.com/healpy/healpy/issues/867.
healpy v1.16.3
poetry
Describe the bug When importing
healpy
with the current install frompyproject.toml
andpoetry.lock
in an M1 Mac I get the error messageTo Reproduce Steps to reproduce the behavior:
nuztf
withpoetry install
in a fresh environment.ipython
and doimport healpy
Expected behavior Everything works
Additional context I get
healpy v1.16.3
from thepoetry
install which is known to have this behavior: https://github.com/healpy/healpy/issues/867.