proplot icon indicating copy to clipboard operation
proplot copied to clipboard

how to install?

Open zelda0079 opened this issue 1 year ago • 6 comments

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

zelda0079 avatar Mar 23 '24 04:03 zelda0079

more error information

image

borisalmonacid avatar Mar 26 '24 17:03 borisalmonacid

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

borisalmonacid avatar Mar 26 '24 18:03 borisalmonacid

try install python<=3.10, matplotlib=3.4.3

huddao avatar Jun 11 '24 01:06 huddao

A solution is being worked on https://github.com/proplot-dev/proplot/pull/459

cvanelteren avatar Jul 30 '24 07:07 cvanelteren

Fixed with https://github.com/proplot-dev/proplot/pull/459#issuecomment-2291293343

cvanelteren avatar Aug 16 '24 09:08 cvanelteren

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

riley-brady avatar Aug 18 '24 22:08 riley-brady