Hi there,
I’m trying the most recent release of PyMC & pytensor and I’m running into a bug. When specifying the base_compiledir as an environment variable with export before executing Python (i.e., like floatX) pytensor complains that the base_compiledir is a string, while it seems to expect a Path object. Is there any workaround to force an arbitrary directory?
Cheers,
Vian