Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jpahlers opened this issue Jul 8, 2022 · 3 comments
Open

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

jpahlers opened this issue Jul 8, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@jpahlers
Copy link

jpahlers commented Jul 8, 2022

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 jpahlers added the bug Something isn't working label Jul 8, 2022
@rodluger
Copy link
Owner

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

@jpahlers
Copy link
Author

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
Copy link

Same issue on MacOS 13.3...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants