astro-informatics / ssht

Fast and exact spin spherical harmonic transforms
http://astro-informatics.github.io/ssht/
GNU General Public License v3.0
11 stars 2 forks source link

Can't install on macos with python3.7 #46

Open jocampo2 opened 3 years ago

jocampo2 commented 3 years ago

The compiled extension is named pyssht.cpython-38-darwin.so after python 3.8 rather than 3.7

mdavezac commented 3 years ago

I can only reproduce this intermitently when installing pyssht on python3.7 as a dependency of a poetry-managed package. The solution seems to be in the vein of "pip install --force --upgrade numpy pyssht". It might have to do with pip's new dependency resolver.