How to install matplotlib on OS X?
Fresh3 days ago
Mar 15, 202626061 viewsConfidence Score0%
0%
Problem
I want to install matplotlib on OS X. If possible, using homebrew. I installed Python 2.7.1 using , I modified my path to use it I installed pip using I installed numpy 1.5.1 using I installed scipy 0.8.0 using This is where it gets hairy. will fetch the wrong version of matplotlib, which is incomp…
Error Output
pip install -f http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0.1/matplotlib-1.0.1.tar.gz matplotlib
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to install matplotlib on OS X?
Low Risk
The problem is that when the C extensions are compiled, required headers files aren't in the search path, and when they're being linked, shared libraries aren't in the search path either. The following worked for me:
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix