installing glpk cvxopt with conda

后端 未结 1 1125
梦如初夏
梦如初夏 2020-12-22 01:02

I have set up an environment where all packages are managed by conda (even for gcc). What i want to do is to install, cvxopt with GLPK support:

CVXOPT_BUILD_         


        
相关标签:
1条回答
  • 2020-12-22 01:29

    I resolve my issue with:

    conda install -c conda-forge glpk=4.60
    conda install -c conda-forge cvxopt=1.1.8
    

    Basically, we would need use the consistent condo-forge's everything. e.g. their glpk and cvxopt.

    0 讨论(0)
提交回复
热议问题