[Wheel-builders] Error from numpy wheel - any thoughts

Olivier Grisel olivier.grisel at ensta.org
Wed Mar 30 05:07:59 EDT 2016


Actually with anaconda I get the error even when I do not import numpy first:

$ ~/anaconda3/bin/python -m numpy.f2py -c foo.f90 -m foo &> /dev/null
$ ~/anaconda3/bin/python -c "import foo"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: /home/ogrisel/anaconda3/bin/../lib/libgfortran.so.3:
version `GFORTRAN_1.4' not found (required by
/home/ogrisel/code/numpy/numpy/f2py/tests/src/kind/foo.cpython-35m-x86_64-linux-gnu.so)
...

--
Olivier


More information about the Wheel-builders mailing list