pymc-devs / pymc2

THIS IS THE **OLD** PYMC PROJECT (VERSION 2). PLEASE USE PYMC INSTEAD:
http://pymc-devs.github.com/pymc/
Other
879 stars 229 forks source link

pymc.test() error #183

Closed mgdreamingstar closed 5 years ago

mgdreamingstar commented 5 years ago

I installed pymc using anaconda. It can be import in python, but can't pass the pymc.test(). I got this error. pymc.test() error

fonnesbeck commented 5 years ago

I cannot replicate this on Linux (Debian) or macOS (using conda release version). Can you make sure you are in a clean conda env?

mgdreamingstar commented 5 years ago

I create a new conda environment and install pymc using conda. I'm using WIN10, and always get this error.

abhisheshpal commented 5 years ago

I have installed pymc for python 2.7. the import in python is ok but problem with the pymc.test(). I am getting error mention below:

image

fonnesbeck commented 5 years ago

This is a matplotlib error, not a PyMC error.