I have Jupyterhub running in a FreeBSD jail with Python 3.5.

$ pip3 install numpy


installs with no errors

$ python35
>> import numpy
>> [aka no error]



In notebook cell:

ln[]: import numpy as np


Gives error:
ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by 
/usr/local/lib/gcc48/libgfortran.so.3 not found

Ports installed include lapack, openblas, gcc (4.8), gcc46, cblas, pkgconfig

$ pip3 install scipy


Throws all kinds of errors related back to gcc 4.6 fortran

Any ideas how to fix this? Haven't found anything that works so far. 

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To post to this group, send email to jupyter@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/e5e17036-2afd-4137-91a5-bf45558f5cca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to