Open conan19842002 opened 3 years ago
Can you give more details about your system and environment setup and exactly which steps you took to install.
Thank you for quick response. Here are steps I have done:
$ git clone https://github.com/dfm/george.git
$ cd george
python setup.py install
$ python
>>> from george import kernels
Then got error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<frozen zipimport>", line 259, in load_module
File "C:\Users\an.thanhnguyen\Anaconda3\lib\site-packages\george-0.3.1-py3.8-win-amd64.egg\george\__init__.py", line 17, in <module>
File "<frozen zipimport>", line 259, in load_module
File "C:\Users\an.thanhnguyen\Anaconda3\lib\site-packages\george-0.3.1-py3.8-win-amd64.egg\george\kernels.py", line 27, in <module>
ImportError: cannot import name 'KernelInterface' from 'george.kernel_interface' (C:\Users\an.thanhnguyen\AppData\Local\Python-Eggs\Python-Eggs\Cache\george-0.3.1-py3.8-win-amd64.egg-tmp\george\kernel_interface.cp38-win_amd64.pyd)
>
I've got this error after installing the software from source (python setup.py install)