This may be related to #3. I've heard from a few people (via JWST help desk and in person) who have had trouble installing jwst_backgrounds because of trouble with healpy.
The only way I was able to get healpy and jwst_backgrounds to successfully install on my Mac laptop (running OSX 10.13.6) was to use the following sequence of commands:
conda config --add channels conda-forge
conda install healpy
pip install jwst_backgrounds
When I tried installing healpy via pip, the jwst_backgrounds installation failed.
This seems like a common enough problem that it might be useful to update the installation instructions for jwst_backgrounds to mention the healpy installation.
This may be related to #3. I've heard from a few people (via JWST help desk and in person) who have had trouble installing jwst_backgrounds because of trouble with healpy.
The only way I was able to get healpy and jwst_backgrounds to successfully install on my Mac laptop (running OSX 10.13.6) was to use the following sequence of commands:
conda config --add channels conda-forge
conda install healpy
pip install jwst_backgrounds
When I tried installing healpy via pip, the jwst_backgrounds installation failed.
This seems like a common enough problem that it might be useful to update the installation instructions for jwst_backgrounds to mention the healpy installation.