Open catrionamurray opened 1 year ago
@catrionamurray — thanks! This is a known issues that we definitely need to fix! You can get around this using the following suggestion: https://github.com/rodluger/starry/issues/302#issuecomment-1094136350 (although I think it perhaps actually needs to go after you import starry?)
import theano
theano.config.gcc__cxxflags += " -fexceptions"
Oh great thanks that works! I had tried including those lines before importing starry before I opened this pull request and that didn't work.
Going through the Quickstart tutorial here (under Computing Light Curves) I get this error when I try to calculate the flux of a system:
Context
I just created a conda environment and installed starry. I had an issue where
tqdm
wasn't installed with Starry so I also pip installed tqdm.Additional context Add any other context about the problem here.