问题
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?
回答1:
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?
来源:https://stackoverflow.com/questions/45424309/pip-installation-of-pyscipopt-in-windows