The python module healpy brings the useful tesselation-terrific functionality of healpix to python. The latest version of healpy is 10.3.1. Unfortunately, the version currently accessible in conda, 1.9.1, is outdated. conda thinks that old version needs an old version of numpy to run.
I have therefore installed healpy with pip:
pip install --user healpy
That appears to work.
No comments:
Post a Comment