Open lrlgogo opened 3 years ago
I have solved this problem, shared here for someone who need. Solution: https://github.com/pymc-devs/pymc3/wiki/Installation-Guide-(Windows), install as here in windows.
I have solved this problem, shared here for someone who need. Solution: https://github.com/pymc-devs/pymc3/wiki/Installation-Guide-(Windows), install as here in windows.
what if Mac?
Still have same problem
PyMC3, python 3.84, win10, Jupyter-lab code from Chap1 Sec: Introducing our first hammer: PyMC3,
import pymc3 as pm import theano.tensor as tt
with pm.Model() as model: alpha = 1.0/count_data.mean() # Recall count_data is the
variable that holds our txt counts
Error:
Exception Traceback (most recent call last)