Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
codeja3 opened this issue May 12, 2023 · 1 comment

Comments

@codeja3
Copy link

codeja3 commented May 12, 2023

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.

@aloctavodia
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants