proplot-dev / proplot

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://proplot.readthedocs.io
MIT License
1.07k stars 96 forks source link

how to install? #453

Open zelda0079 opened 3 months ago

zelda0079 commented 3 months ago

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

borisalmonacid commented 3 months ago

more error information

image

borisalmonacid commented 3 months ago

this solution not solve the problem https://github.com/proplot-dev/proplot/issues/309

huddao commented 3 weeks ago

try install python<=3.10, matplotlib=3.4.3