Up untill two days ago everything was fine with my machine, then I happened to manually build ffmpeg and installed its dependencies too manually. Now within a virtualenv numpy loading is failing with this error :
ImportError: /home/koustuv/miniconda/lib/libgfortran.so.3: version `GFORTRAN_1.4' not found (required by /usr/lib/liblapack.so.3)
I have tried in my normal conda installation without virtualenv and it is working fine, but within a new virtualenv (even with setting python location to the Ubuntu one other than miniconda one) numpy is failing to import with this weird error. Tried to install gfortan but its already in the newest package. Please help! all assignments are stuck :(
A workaround that worked for me is:
conda remove libgfortran
conda install libgcc --force
If you want more details, check this issue, where I found the solution.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With