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
5 Likes
Like magic!
Thanks a lot! It’s very helpful!