pandas import failed from iPython Notebook
Irjohn Junus
i.junus at gmail.com
Fri Apr 4 03:43:08 UTC 2014
Hi John,
It was:
LD_LIBRARY_PATH=/usr/local/lib/gcc47 ipython notebook
Regards,
Irjohn
On Fri, Apr 4, 2014 at 9:53 AM, John W. O'Brien <john at saltant.com> wrote:
> On 4/3/14 4:33 PM, Irjohn Junus wrote:
> [...]
> > 0. I wouldn't know, it's my first time installing Python scientific
> > environment in FreeBSD. No experience with previous versions.
> >
> > 1. Yes, both imports consistently give me ImportError but only in
> > iPython Notebook, works fine in iPyhon console just like importing
> > pandas per my previous email. Captions below.
> >
> > 2. No. Only in iPython Notebook.
> >
> > 3. Ports collection updated to latest just yesterday.
> >
> > BTW, Jimmy had kindly replied with a temporary solution earlier. Looks
> > more like iPython Notebook issue to me.
>
> Irjohn,
>
> Yes, that does sound like an IPython problem, though I don't believe
> numpy is beyond suspicion either.
>
> Would you mind telling us what the temporary solution is?
>
> Regards,
> John
>
> PS: My messages might not be reaching the list because of this [0].
>
> [0]
>
> http://www.dreamhoststatus.com/2014/03/31/mail-server-sending-issues-due-to-rbl-block/
>
> > On Thu, Apr 3, 2014 at 9:16 PM, John W. O'Brien <john at saltant.com
> > <mailto:john at saltant.com>> wrote:
> >
> > On 4/3/14 1:30 AM, Irjohn Junus wrote:
> > > Dear John,
> > >
> > > I wrote to iPython maintainer Jimmy earlier and I thought I write
> > to you
> > > at the same time hoping you'd have a pointer for me to follow.
> Email
> > > below. Thank you.
> >
> > Hi Irjohn,
> >
> > I'm CC'ing the freebsd-python mailing list get more eyes on this and
> to
> > record our solution for posterity.
> >
> > It appears that numpy is implicated in both cases.
> >
> > 0. Was this working before, with a previous version?
> >
> > 1. Can you reproduce this by importing the applicable parts of
> numpy
> > into IPython directly?
> >
> > In[1]: from numpy.linalg import *
> >
> > In[2]: from numpy.lib import scimath
> >
> > 2. Can you reproduce this when using the CPython shell instead of
> > IPython?
> >
> > 3. Do you build ports from source or install from a package
> > repository?
>
>
>
More information about the freebsd-python
mailing list