dfm/george

Import Error ('No module named kernel_interface')

Enki96 opened this issue · 1 comments

Hello,
I installed from source code. When I try to import george in Python I am getting this error:

Traceback (most recent call last):
File "", line 1, in
File "george/init.py", line 17, in
from . import kernels
File "george/kernels.py", line 26, in
from .kernel_interface import KernelInterface
ImportError: No module named kernel_interface

dfm commented

This happens sometimes when you try to import it from the source directory - this isn't specific to george, but true for all packages with compiled extensions.

How did you install george? What have you tried so far?