Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很高兴地发现 pyomo 已经预先安装在 colaboratory 上。不幸的是,我需要的求解器没有安装。我试图安装它,但它确实有效。(使用 conda install ipopt_bin -c cachemeorg)
知道如何在 colaboratory 上安装 ipop 吗?
谢谢
尝试这个 :
!apt install coinor-libipopt-dev
然后这个:
!pip install ipopt
试试这个安装命令:
conda install -c conda-forge ipopt