dfm / python-fsps

Python bindings to Charlie Conroy's Flexible Stellar Population Synthesis (FSPS) Fortran code
https://python-fsps.readthedocs.io
MIT License
66 stars 38 forks source link

Dead Kernel Upon sp = fsps.StellarPopulation(....) #282

Closed ke27whal closed 3 months ago

ke27whal commented 3 months ago

Hello,

I am running Python 3.10.12. I am able to import packages with no problem, but whenever I try to initialize a stellar population for the first time, my kernel dies with the message:

Kernel Restarting The kernel for little_red_dots/data/agn+dusty_starburst.ipynb appears to have died. It will restart automatically.

Do you know how to fix this?

Thanks!