On Mar 28, 2016 15:18, "Matthew Brett" <[email protected]> wrote: [...] > And: > > $ python -c 'import _test_ext_module_5403' # No error > $ python -c 'import numpy; import _test_ext_module_5403' # Error > after importing numpy > Traceback (most recent call last): > File "<string>", line 1, in <module> > ImportError: /home/mb312/dev_trees/2fd9d9a29e022c297634/manylinux-test/lib/python2.7/site-packages/numpy/core/../.libs/libgfortran.so.3: > version `GFORTRAN_1.4' not found (required by > ./_test_ext_module_5403.so)
Can you rerun this with LD_DEBUG=all and put the full output somewhere, like a gist or attachment or something? -n
_______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
