george
george copied to clipboard
ModuleNotFoundError: No module named 'george.kernel_interface'
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
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.
@Yvonne-Ng I may have a similar issue. Did you ever find a solution?