Forums

cannot import scipy.optimize.bisect

Hi all,

When I try to run from scipy.optimize import bisect, I see the following error:

ImportError: libgfortran-ed201abd.so.3.0.0: cannot open shared object file: No such file or directory

The solutions I find from searching around involve installing libgfortran, which I don't have any access to do within PythonAnywhere. Has anyone come across this issue? Is there any way to resolve this?

Thanks!

The versions of scipy that we have installed for each version of Python work so, if you want to install a version of scipy that works, just use that.