Reputation: 83
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?
Upvotes: 0
Views: 963
Reputation: 6706
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?
Upvotes: 1