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
"Auto-assigning NUTS sampler...
Initializing NUTS using jitter+adapt_diag...
You can find the C code in this temporary file: C:\Users\ADMINI~1\AppData\Local\Temp\theano_compilation_error_09yx1jkm
library blas is not found.
"
when I run the code “ chapter 4” is OK。
python3.8 pymc3.8 win10
The text was updated successfully, but these errors were encountered:
Sorry, for the late reply, somehow I missed this. Is this still a problem, I recommend following the installation instructions and create an environment with the required packages.
I run the code about chapter 4 "Multiple logistic regression"
`with pm.Model() as model_1:
α = pm.Normal('α', mu=0, sd=10)
β = pm.Normal('β', mu=0, sd=2, shape=len(x_n))
but i meet some error:
"Auto-assigning NUTS sampler...
Initializing NUTS using jitter+adapt_diag...
You can find the C code in this temporary file: C:\Users\ADMINI~1\AppData\Local\Temp\theano_compilation_error_09yx1jkm
library blas is not found.
"
when I run the code “ chapter 4” is OK。
python3.8 pymc3.8 win10
The text was updated successfully, but these errors were encountered: