I created an environment with python 3.11 and did the pip install sedkit, but when trying to import sedkit in a jupyter notebook I would get an error from healpy. The way I fixed was to create an environment by doing:
conda create -n env_sedkit python=3.11 healpy
and then pip install sedkit.
This solution was suggested in https://healpy.readthedocs.io/en/latest/install.html and apparently is related to the version of Mac OS you are using. In my case I have Mac OS Ventura 13.4.
I created an environment with python 3.11 and did the pip install sedkit, but when trying to import sedkit in a jupyter notebook I would get an error from healpy. The way I fixed was to create an environment by doing:
conda create -n env_sedkit python=3.11 healpy
and then pip install sedkit.
This solution was suggested in https://healpy.readthedocs.io/en/latest/install.html and apparently is related to the version of Mac OS you are using. In my case I have Mac OS Ventura 13.4.