-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi!
Running pip install pyssht runs fine, but results in the error
import pyssht
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/username/miniforge3/envs/mlp/lib/python3.8/site-packages/pyssht/__init__.py", line 8, in <module>
from pyssht.cpyssht import *
ImportError: dlopen(/Users/username/miniforge3/envs/mlp/lib/python3.8/site-packages/pyssht/cpyssht.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '_fftw_destroy_plan'
Running pip install --force --upgrade numpy pyssht does not resolve the issue.
Compiling package does not resolve the issue.
Metadata
Metadata
Assignees
Labels
No labels