Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85298

Re: Matplotlib import error

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.019
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject:error': 0.03; 'importerror:': 0.07; 'cc:addr:python-list': 0.11; '2):': 0.16; 'ah,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'help?': 0.16; 'skip:d 110': 0.16; 'subject:import': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'source': 0.25; 'skip:_ 20': 0.27; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'search.': 0.31; 'actively': 0.33; 'mac': 0.33; 'maybe': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'installing': 0.36; 'heard': 0.39; 'problems.': 0.60; 'story': 0.63; 'smith': 0.68; '2015': 0.84; 'hostile': 0.84; 'to:none': 0.92; 'before?': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=PtmjbItJ3Fx6shdbCGd61UFahEXGMTQ7np5WEvjPXPo=; b=Z15VKsMs755iA8jOAff+2Eiup0CuPr6NvPWu0xkRA7BZ8l8J1U4HhvaXEl2bjH/b2h i2HCnVZYanCWR4WDvWYljA1goe0n2APu746SPnULU7ONxcQvXWVuG16w6l6AS9GXcJYr 2Ioyd59J4wIXkCurlfeEr31sphHFWXlb8P8Yr43IVF1fJ+ufZnA/q6szZZehgt/HKw02 xvj2bwYILOznLQWz/9iS/5cDcwXG1tXDhLdb2lhmHW0hat317iBnga98a9pd8RRwShAp zQbukuDiW7OQJeos8jHjs43hR0HxIfe/iAFwDzA8d8pjaOiVKc/NQW33ZIEQJOYjeS9E cUQg==
MIME-Version 1.0
X-Received by 10.107.158.146 with SMTP id h140mr12088881ioe.27.1423246832851; Fri, 06 Feb 2015 10:20:32 -0800 (PST)
In-Reply-To <CAL2Y8-RVCoy-mBWAbgGqPkazo_xW-x4q0NTyG+A5sm19sg=xmQ@mail.gmail.com>
References <CAL2Y8-RVCoy-mBWAbgGqPkazo_xW-x4q0NTyG+A5sm19sg=xmQ@mail.gmail.com>
Date Sat, 7 Feb 2015 05:20:32 +1100
Subject Re: Matplotlib import error
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18511.1423246835.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1423246835 news.xs4all.nl 2841 [2001:888:2000:d::a6]:39528
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:85298

Show key headers only | View raw


On Sat, Feb 7, 2015 at 3:34 AM, C Smith <illusiontechniques@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Matplotlib import error Chris Angelico <rosuav@gmail.com> - 2015-02-07 05:20 +1100

csiph-web