oseledets/ttpy

libgfortran.so.3: version GFROTRAN_1.4 not found

Closed this issue · 1 comments

This error occurs in the latest anaconda builds. How I have repaired it on my computer:

1) Updated numpy and scipy
conda update numpy
conda update scipy

2) Installed accelerate package
conda install accelerate

  1. According to link:
    http://stackoverflow.com/questions/36041964/messed-up-numpy-installation-gfortran-1-4-not-found-bug , removed libgfortran and installed libgcc:
    conda remove libgfortran
    conda install libgcc --force

Stale issue.