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

Conda installs old version #146

Closed PAGWatson closed 7 years ago

PAGWatson commented 7 years ago

Hello, I'm not sure if this is the best place to report this, but I tried installing pymc using conda, with command "conda install pymc", and it installed version 2.3.3. This required me to downgrade numexpr, numpy, scikit-learn and scipy to quite old versions, which wouldn't import correctly afterwards. Doing "conda search pymc" shows there are later pymc versions available, and everything worked fine after I upgraded to 2.3.6 and the other modules were upgraded to recent versions again. Why is the default version installed by conda one that is old and that forces users to downgrade other important modules?

fonnesbeck commented 7 years ago

You are correct. The conda recipe is out of date. I will look into getting it updated.

fonnesbeck commented 7 years ago

Working on it here. Will let you know when it is ready.

PAGWatson commented 7 years ago

Great, thank you.

fonnesbeck commented 7 years ago

This should be fixed now. Try installing from conda, and reopen if there are issues.