You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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'
The text was updated successfully, but these errors were encountered: