Open jpahlers opened 2 years ago
Can you give me a bit more context (operating system, version of starry, version of conda, version of numpy, theano, and pymc3)?
Hi Rodrigo, thank you for the response.
Operating system: Mac Monterey 12.3.1 starry version: latest version grabbed by pip as of a few weeks ago numpy version: 1.21.5 theano version: 1.1.2 pymc3 version: 3.11.5
Same issue on MacOS 13.3...
I recently installed starry using pip. When I try to run 'import starry', I get the following error:
File "/Users/jahlers/starry/starry/_core/ops/filter.py", line 10, in
from ..._c_ops import STARRY_OREN_NAYAR_DEG
ModuleNotFoundError: No module named 'starry._c_ops'