PyTensor fails to compile model after upgrading to mac OS 15.4

Hey @shark7760, can you try adding this to the top of your script before you start sampling:

import pytensor
pytensor.config.cxx = '/usr/bin/clang++'
7 Likes