I have Jupyterhub running in a jail with Python 3.5.
$ pip3 install numpy
installs with no errors
$ python35
>> import numpy
>> [aka no error]
In notebook cell:
import numpy as np
Gives error:
ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.