hpparvi / PyTransit

Fast and easy exoplanet transit light curve modelling.
GNU General Public License v2.0
99 stars 23 forks source link

Segmentation fault (core dumped) was happened, when I import pytransit with import george. #38

Closed TakuNishiumi closed 4 years ago

TakuNishiumi commented 5 years ago

Hi, Hannu.

Describe the bug When I import pytransit and george at the same time, I got this problem. I confirmed it in 2 environments(I mean two PCs). If you know how to solve this, Could you teach us?

(py3) muscat@muscat-ut ~ $ ipython
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.4.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import pytransit                                           
In [2]: import george                                              
Segmentation fault (core dumped)

also,

(py3) muscat@muscat-ut ~ $ ipython
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.4.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import george                                              
In [2]: import pytransit                                           
Segmentation fault (core dumped)

To Reproduce Steps to reproduce the behavior:

  1. import george or import pytransit
  2. import pytransit or import george
  3. It shows Segmentation fault (core dumped)

Desktop: PC1 (work station, almost all muscat Japanese member uses for analysis)

PC2 (general PC)

Sincerely, Taku

hpparvi commented 4 years ago

Hi Taku,

Is this issue still occurring?

Cheers, Hannu

TakuNishiumi commented 4 years ago

Thank you, Hannu. I checked now, it was solved. I don't know why...

Anyway, Thank you.