I am trying to use SCIP solver for optimization. I am able to pip install the pyscipopt, but while trying to import I get the following error
ImportError: DLL load failed: The specified module could not be found.
How can I import pyscipopt?
I am trying to use SCIP solver for optimization. I am able to pip install the pyscipopt, but while trying to import I get the following error
ImportError: DLL load failed: The specified module could not be found.
How can I import pyscipopt?
Which module was not found? I guess it must be the libscipopt.so
, right? Did you follow the installation instructions, especially the bit about setting the PATH
in Windows?