How can I install Pyomo's “extras” using pip?

后端 未结 2 2040
礼貌的吻别
礼貌的吻别 2021-01-29 03:19

I am writing because I am having trouble installing Pyomo using pip on Python 3.6 on Mac OSX 10.14

I\'m following the installation instructions here.

2条回答
  •  失恋的感觉
    2021-01-29 03:35

    I got the problem too (in Ubuntu 18.04).

    Try installing it from the git project (https://github.com/Pyomo/pyomo):

    In Ubuntu 18.04:

    git clone https://github.com/Pyomo/pyomo.git
    python3 pyomo/scripts/get_pyomo_extras.py
    

    Use the corresponding commands for Mac OSX (I had never used it).

    I hope that it works for you.

提交回复
热议问题