You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing PyTensor with a full C++ compiler chain is very fragile and difficult to maintain. We have alternative backends that are much easier to maintain. While it seems we can't yet switch to them by default, how about:
We make a working c-compiler optional in the installation
If no working C-compiler is found, we fall back to use the JAX or numba backend.
That way, people that can't get their compilers installed, still get fast PyTensor.