pymc-bart icon indicating copy to clipboard operation
pymc-bart copied to clipboard

Installation issue on Win-10: ERROR: Failed building wheel for matplotlib

Open codeja3 opened this issue 1 year ago • 1 comments

I'm trying to install pymc-bart in a conda environment created with

conda create -c conda-forge -n pymc_env "pymc>=4"

coming directly from the PyMC installation instructions. The above installs pymc 5.3.1 and matplotlib 3.7.1.

Running pip install pymc-bart throws an error

image

I think it fails to downgrade matplotlib to version 3.5.2. Manual downgrade of matplotlib doesn't do the trick either.

I can install pymc-bart if I fix the pymc version to 4.1.1 during creation of the environment conda create -c conda-forge -n pymc_env "pymc=4.1.1" and then pip install pymc-bart.

Interestingly, installation of pymc-bart 0.4.0 upgrades pymc to 5.3.1 while keeping matplotlib at 3.5.2.

codeja3 avatar May 12 '23 13:05 codeja3

thanks for taking the time to report this issue. I am not able to reproduce it. pip install pymc-bart correctly downgrades matplotlib from 3.7.1 to 3.5.2

aloctavodia avatar May 23 '23 01:05 aloctavodia