Is there any way to use pymc4 on google colab?

Is there any way to use pymc v4 on google colab?
I tried pip install pymc on colab but it did not work.

My understanding is that this is being worked on right now. @RavinKumar and @junpenglao know more.

Even better news!
You can run pip install pymc==4.1.4 and that will work right now. In the very near future it will automatically be installed, but no need to wait, PyMC v4 is only one command away :slight_smile:

image
image

5 Likes

Like magic!

Thanks a lot! It’s very helpful!