Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#54639 - [python-numpy] Import error due to fortran library dependency

Attached to Project: Arch Linux
Opened by Adrian Castravete (adriancastravete) - Thursday, 29 June 2017, 14:47 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 29 June 2017, 15:05 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I get an import error when I try to import numpy in a simple python instance. It seems to try opening a missing shared file `libgfortran.so.3`.
I see that there is a file installed `libgfortran.so.4`.

Additional info:
* package version(s)
* python: 3.6.1-1
* python-numpy: 1.13.0-1
* gcc-fortran: 7.1.1-3

* traceback of the error:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/numpy/core/__init__.py", line 16, in <module>
from . import multiarray
ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.6/site-packages/numpy/__init__.py", line 142, in <module>
from . import add_newdocs
File "/usr/lib/python3.6/site-packages/numpy/add_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "/usr/lib/python3.6/site-packages/numpy/lib/__init__.py", line 8, in <module>
from .type_check import *
File "/usr/lib/python3.6/site-packages/numpy/lib/type_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "/usr/lib/python3.6/site-packages/numpy/core/__init__.py", line 26, in <module>
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.

Original error was: libgfortran.so.3: cannot open shared object file: No such file or directory

```

Steps to reproduce:
Install python-numpy with pacman:

python -S python-numpy

Open python and try importing numpy.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Thursday, 29 June 2017, 15:05 GMT
Reason for closing:  Not a bug
Additional comments about closing:  numpy does not use this lib. You have unsupported packages that are causing this

Loading...