desy-multimessenger / nuztf

Central repository for scripts handling ZTF Target of Opportunity requests using AMPEL. This includes neutrino, GRB and GW events.
MIT License
1 stars 0 forks source link

ModuleNotFoundError: No module named '_pixelfunc' #360

Closed JannisNe closed 1 year ago

JannisNe commented 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

ModuleNotFoundError: No module named '_pixelfunc' 

To Reproduce Steps to reproduce the behavior:

  1. Install nuztf with poetry install in a fresh environment.
  2. Open something like ipython and do 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.