Was wondering if anyone else had difficulties trying to import the libraries despite creating new kernels and upgrading. Any suggestions for the following
ImportError: cannot import name ‘local_bitwidth’ from ‘theano.configdefaults’
Thanks!
Was wondering if anyone else had difficulties trying to import the libraries despite creating new kernels and upgrading. Any suggestions for the following
ImportError: cannot import name ‘local_bitwidth’ from ‘theano.configdefaults’
Thanks!
The latest version of pymc doesn’t rely on theano but on pytensor. Does that help?
Official installation instructions are here.