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
_______________________________________________
Wheel-builders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/wheel-builders

Reply via email to