Nabin Kafle
Nabin Kafle

Reputation: 83

Pip installation of pyscipopt in windows

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

Answers (1)

mattmilten
mattmilten

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

Related Questions