how to install?
I cannot install the matplotlib which's version is older than 3.5.0, how I install the proplot?.......
Extracting /project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
Building freetype in build\freetype-2.6.1
msbuild build\freetype-2.6.1\builds\windows\vc2010\freetype.sln /t:Clean;Build /p:Configuration=Release;Platform=x64
error: command 'msbuild' failed: None
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for matplotlib
Running setup.py clean for matplotlib
Failed to build matplotlib
ERROR: Could not build wheels for matplotlib, which is required to install pyproject.toml-based projects
python version is 3.11.8
more error information
this solution not solve the problem https://github.com/proplot-dev/proplot/issues/309
try install python<=3.10, matplotlib=3.4.3
A solution is being worked on https://github.com/proplot-dev/proplot/pull/459
Fixed with https://github.com/proplot-dev/proplot/pull/459#issuecomment-2291293343
Please see https://github.com/proplot-dev/proplot/pull/459! Until this gets merged in and released as an official version, you can install proplot via the following command to have compatibility with modern python versions and modern versions of matplotlib, cartopy, etc.
pip install git+https://github.com/proplot-dev/proplot.git@refs/pull/459/head