Date: Wed, 27 May 2015 07:14:52 -0400 From: "John W. O'Brien" <john@saltant.com> To: Johannes Jost Meixner <xmj@FreeBSD.org> Cc: FreeBSD Python List <freebsd-python@FreeBSD.org> Subject: Re: ipython / numpy / scipy weirdness Message-ID: <5565A72C.50801@saltant.com> In-Reply-To: <556558ED.8030506@FreeBSD.org> References: <555FDE72.4010303@FreeBSD.org> <55646E74.4080206@saltant.com> <556558ED.8030506@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --fckSSUs5pBmjW1gTwSepnrxdFoFnq3rEm Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable [adding freebsd-python@ back] On 5/27/15 1:41 AM, Johannes Jost Meixner wrote: > On 05/26/2015 16:00, John W. O'Brien wrote: >> On 5/22/15 9:57 PM, Johannes Jost Meixner wrote: >>> Trying my hand at Data SCIENCE (tm) with a combination of >>> ipython notebooks and numpy/scipy, I seem to have stumbled upon >>> weirdness we already considered fixed: >>> >>> ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by=20 >>> /usr/local/lib/gcc48/libgfortran.so.3 not found >>> >>> Supposedly, we have a commit to show for fixing it in=20 >>> https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D369447, >>> >>> and yet... I can't get numpy nor scipy to work *without* the >>> following: >>> >> [patch] >>> % ipython notebook (new site opens in a browser) >>> >>> create a notebook write into it, 'import numpy' write into it, >>> 'import scipy >>> >>> run the notebook (hit the 'play' button) >=20 >> I am afraid to say that I fail to reproduce this problem. >=20 >> % ipython --no-banner >=20 > I can't produce it with the console. Only with `ipython notebook` and > entering those then within a browser. Could you try that? Yes. In fact, I did it that way first, and then on the console. For what it's worth, I only have headless boxen at the ready, so the other run looked like this: fbsd% ipython notebook --no-browser --port=3D8080 osx% ssh -L 8080:localhost:8080 fbsd [open http://localhost:8080/ in browser on osx] It's curious that you see different results between the console and browser front-ends. I don't know enough about the ipython architecture to infer useful next steps, but that seems significant. -John --fckSSUs5pBmjW1gTwSepnrxdFoFnq3rEm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQIcBAEBCgAGBQJVZacwAAoJEGEAJpqmdExH/0gQAJDcAti8PEPPnOMcRSFrVTMn iI7+sA9zNh98BqPIJXH9Sldy6WjL8x6HtlZfFX6CrSSvcW/+F72oT5qwiweLVwSK jI5IhR/3opTEklIuTlvRUefN1X181r3r+hWFk8TiMhzpnHXO2xnrjYNKPL0h4qF7 RJubF/E+Iv7QgKbcI/gleQgmFexv10rqsKu+6OQVpj+srN4PgKivaIemy78WB+ud Rc5peSV3eflcVBjsPen5IWLwJXt6UbVClSFU5ebF0h/R8ANFeii5eq/Xy0LlfS0b DAdARfiB1zr6o0iIq93xo4F9pwxgZUwjH7E7OQ+wRAqZ7t1edQAGejcLANjUWOFY pjg8nJeME4x2WW3uk3BKq6waCWNQhPbBQxYsZ0Vcwfgk+4h20YfUvEZnlLyyRQLL hlwB3UB4qp8XNUONhPyGgV+Qdg2RzjOZ9xOrK+4GskSrjiQSuf/FQc1EjRVbjMJa R5q+HlId7aQ7FW7mFCNMujKFj/ls51yEYAjnqWcnwxFQk76LWsgyYs/4VthyqbzA Xg7Pk7N1y5nSNU7CAJch+y/49J7O2DCPiG01GXDwDOPIm0vlQHSjumY546m119Lw +FnbyXcb9M9SRK16yusMSmplFaZ64VHrHPLkKRxDXNxTvSCkzxKXO32AYWLYP8Ul 7Or0I+iFV0u9IlSzgolj =4sx7 -----END PGP SIGNATURE----- --fckSSUs5pBmjW1gTwSepnrxdFoFnq3rEm--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5565A72C.50801>