Closed Rhyst223 closed 3 months ago
Your problem seems like if you have been installed binary version of ffnet compiled somwhere with gcc-7. Maybe you should download source and compile ffnet by yourself with:
python setup.py build
python setup.py install
I have been able to install ffnet fine but I cannot import it.
import ffnet
gives the error:Upon inspection it is because the path
/usr/local/opt/gcc/lib/gcc/7
doesn't exist, with my latest gcc it is/usr/local/opt/gcc/lib/gcc/8
and even within that the file I imagine is the one needed is calledlibgfortran.5.dylib
(libgfortran.4.dylib
doesn't exist in the folder)Is the current ffnet not compatible with gcc-8?
I am using macOS Mojave 10.14.3 and Python 3.7