AssertionError with logcdf method for a Beta

Thanks for having tried. Any idea if I can do without using

pm.Beta.dist(alpha=a, beta=b).logcdf(0.1)

Could I implement a beta cdf by hand and plug it into a PyMC model ?