starry icon indicating copy to clipboard operation
starry copied to clipboard

ModuleNotFoundError: No module named 'starry._c_ops'

Open jpahlers opened this issue 2 years ago • 3 comments

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'

jpahlers avatar Jul 08 '22 14:07 jpahlers

Can you give me a bit more context (operating system, version of starry, version of conda, version of numpy, theano, and pymc3)?

rodluger avatar Jul 14 '22 17:07 rodluger

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

jpahlers avatar Jul 19 '22 14:07 jpahlers

Same issue on MacOS 13.3...

Spidernails avatar Jan 30 '24 14:01 Spidernails