CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.51k stars 7.84k forks source link

PyMC3 install, https://github.com/pymc-devs/pymc3/wiki/Installation-Guide-(Windows) #521

Open lrlgogo opened 3 years ago

lrlgogo commented 3 years ago

I have install my pymc3 as https://github.com/pymc-devs/pymc3/wiki/Installation-Guide-(Windows) on win10, it works well in pycharm, but it can't work normally in jupyter, I've searched in Internet, upgrade the numpy, but it still a problem.

WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions. WARNING (theano.tensor.blas): Failed to import scipy.linalg.blas, and Theano flag blas__ldflags is empty. Falling back on slower implementations for dot(matrix, vector), dot(vector, matrix) and dot(vector, vector) (DLL load failed while importing _fblas: 找不到指定的模块。) ERROR:root:Internal Python error in the inspect module. Below is the traceback from this internal error.