ttpy icon indicating copy to clipboard operation
ttpy copied to clipboard

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

Open kharyuk opened this issue 10 years ago • 0 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

kharyuk avatar May 04 '16 15:05 kharyuk