Pip installation of pyscipopt in windows

半腔热情 提交于 2019-12-12 04:54:24

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!