-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: Cannot compile Matplotlib 3.7.1 on OS X 10.11 #25509
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
Comments
Something is going wrong in compiling freetype (likely due to a miss-matched |
I am also not sure if this miss-match is expected or not. |
I tried #24168 (comment) and #24168 (comment), but neither of them seems to work for me. |
OSX 10.12+ is required now, see here for the details: #22240 Although I agree that traceback is erroring from Freetype and not Matplotlib itself, so there are other issues it looks like you'll face. |
Closing as that version of macOS is unsupported. Feel free to continue discussing workarounds, but there's no need to keep the issue open as there's no action here. |
Is OSX 10.12 only required for the macOSx backend? I think it's possible to run Matplotlib without that, so I wonder if we should have an option to skip building that backend for older MacOS machines. Though that is a 7.5 year old operating system, so... |
Good point @jklymak, you can edit matplotlib/mplsetup.cfg.template Lines 17 to 26 in 0b4e615
|
Ah cool, so |
I download and install the latest version of freetype (2.13.0), and force Matplotlib to use the system freetype when compiling, but is says:
|
Bug summary
Hi, I'm unable to compile the wheel for Matplotlib 3.7.1 on OS X 10.11.
The latest version of Matplotlib that works with OS X 10.11 is 3.5.3 (since it provides pre-built wheels).
I'm not sure whether the latest version of Matplotlib support OS X 10.11 still, or are there any work-arounds?
Code for reproduction
Actual outcome
Expected outcome
Compiled successfully
Additional information
None
Operating system
OS X 10.11
Matplotlib Version
3.7.1
Matplotlib Backend
N/A
Python version
3.9.13
Jupyter version
N/A
Installation
pip
The text was updated successfully, but these errors were encountered: