Changing the base_compiled in pytensor

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

Perhaps @Armavica will know about this

Ah, that’s a bug introduced by one of my recent changes, sorry! I just submitted a new PR that should fix it: Fix supplying (base_)compiledir as str by Armavica · Pull Request #927 · pymc-devs/pytensor · GitHub

No problem, thanks for the quick reply, the fix, and the awesome work!