ttpy
ttpy copied to clipboard
libgfortran.so.3: version GFROTRAN_1.4 not found
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
- 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