ericmjl / protein-systematic-characterization

All our protocols, data, analysis, and papers related to this project are stored here.
MIT License
2 stars 0 forks source link

Update to pymc3 RC2 #21

Open ericmjl opened 7 years ago

ericmjl commented 7 years ago

Hey @Starnite:

I just helped the PyMC3 team push a version of PyMC3 to conda-forge. I think you might be able to have an easier time with PyMC3's speed if you uninstall your current version of PyMC3:

pip uninstall pymc3
pip uninstall theano

And then re-install pymc3 (it'll automatically install the dependencies required):

conda install pymc3

Post back here if it works!