Matplotlib import error

Chris Angelico rosuav at gmail.com
Fri Feb 6 13:20:32 EST 2015


On Sat, Feb 7, 2015 at 3:34 AM, C Smith <illusiontechniques at gmail.com> wrote:
> ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so,
> 2): Symbol not found: __gfortran_compare_string

Ah, installing from source on a Mac and having problems. Have I heard
this story before? Just occasionally? It's almost as if the platform
is actively hostile toward C and Fortran...

But I found this at the far end of a Google search. Maybe it'll help?

http://stackoverflow.com/questions/22080154/error-importing-numpy-after-upgrading-with-pip

ChrisA



More information about the Python-list mailing list