rodluger / starry

Tools for mapping stars and planets.
https://starry.readthedocs.io
MIT License
142 stars 32 forks source link

ModuleNotFoundError: No module named 'starry._c_ops' #303

Open jpahlers opened 2 years ago

jpahlers commented 2 years ago

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'

rodluger commented 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)?

jpahlers commented 2 years ago

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

fwang23nh commented 8 months ago

Same issue on MacOS 13.3...