numpy python35 gcc jupyter

  1. P

    Numpy in Jupyter GCC-4.6 error

    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...
Back
Top