WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.-------->HELP!

You broke your theano installation with the update. I suggest you start out in a new conda env, or uninstall everything from the env you were working with and run the following, which I looked up here:

conda install numpy scipy mkl
conda install theano pygpu
conda install pymc3
4 Likes