george icon indicating copy to clipboard operation
george copied to clipboard

ModuleNotFoundError: No module named 'george.kernel_interface'

Open Yvonne-Ng opened this issue 8 years ago • 2 comments

Hi I experienced the error: ModuleNotFoundError: No module named 'george.kernel_interface' when I added a new kernel to george and recompile. ( I recompile by calling $python3 setup.py install --user) The issue disappear when I remove the kernel. I am attaching the kernel here. I checked everything and can't seem to spot anything that is different from the other default kernels. I also inherited the file from a person that had the kernel working in version dev1.0.0. Any help or pointer will be appreciated.

PS changed the file format to txt since yml is not supported by github. My george version is george==0.3.1.dev0 with python3 SignalKernel copy.txt

Yvonne-Ng avatar Jan 17 '18 20:01 Yvonne-Ng

This means that there is a compiler error when you try to compile. Take a look at what that error is and see if you can fix it.

dfm avatar Jan 18 '18 01:01 dfm

@Yvonne-Ng I may have a similar issue. Did you ever find a solution?

schen70 avatar Jun 26 '18 21:06 schen70