FS#54302 - python-numpy and python2-numpy fail on import

Attached to Project: Arch Linux
Opened by Donald Munro (hdm) - Sunday, 04 June 2017, 21:35 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 04 June 2017, 21:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Importing python2-numpy in python2 or python3-numpy in python3 results in
ImportError:
Importing the multiarray numpy extension module failed.

In addition doing a ldd on /usr/lib/python2.7/site-packages/numpy/core/multiarray.so results in missing libgfortran.so.3
and ldd on /usr/lib/python3.6/site-packages/numpy/core/multiarray.cpython-36m-x86_64-linux-gnu.so also results in libgfortran.so.3 missing.

ls -l /usr/lib/libgfortran.so*
lrwxrwxrwx 1 root root 20 May 28 19:23 /usr/lib/libgfortran.so -> libgfortran.so.4.0.0
lrwxrwxrwx 1 root root 20 May 28 19:23 /usr/lib/libgfortran.so.4 -> libgfortran.so.4.0.0
-rwxr-xr-x 1 root root 7416176 May 28 19:23 /usr/lib/libgfortran.so.4.0.0

Additional info:
extra/python-numpy 1.12.1-1 [installed]
Scientific tools for Python
extra/python2-numpy 1.12.1-1 [installed]
Scientific tools for Python
multilib/gcc-fortran-multilib 7.1.1-3 [installed]
Fortran front-end for GCC for multilib

* config and/or log files etc.

Steps to reproduce:
python2 -c "import numpy"
python -c "import numpy"

This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 04 June 2017, 21:46 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Caused by unofficial packages

Loading...