opened 04:22PM - 19 Feb 21 UTC
closed 01:25AM - 13 Mar 21 UTC
Type: Bug
When starting slicer I get a lot of errors concerning the numpy C-extensions.
.…..
Importing the numpy C-extensions failed.
...
Original error was:
```
libgfortran-2e0d59d6.so.5.0.0:
ELF load command address/offset not properly aligned
```
Workaround:
```
install -c -s /usr/lib/libgfortran.so.5.0.0 \
/opt/3dslicer/lib/Python/lib/python3.6/site-packages/numpy.libs/libgfortran-2e0d59d6.so.5.0.0
```
I also did:
```
install -c -s /usr/lib/gcc/x86_64-pc-linux-gnu/5.5.0/libgfortran.so.3.0.0 \
/opt/3dslicer/lib/Python/lib/python3.6/site-packages/scipy.libs/libgfortran-ed201abd.so.3.0.0
```
After this slicer is starting without error messages.
Regards
Wolfgang