-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Python Version
Google Colab currently uses Python 3.10
, while the dingo
project requires Python 3.8
, making it difficult to install dingo
on Google Colab.
Outdated content
-
Dependence and installation:
dingo/tutorials/dingo_tutorial.ipynb
Lines 462 to 467 in e89128c
"!apt-get install libsuitesparse-dev &> /dev/null\n", "%pip install sparseqr &> /dev/null\n", "%pip install Cython &> /dev/null\n", "%pip install cobra &> /dev/null\n", "%pip install kaleido &> /dev/null\n", "%pip install pyoptinterface[highs] &> /dev/null"
dingo/tutorials/dingo_tutorial.ipynb
Line 573 in e89128c
"!python setup.py install --user &> /dev/null\n",
The README recommends usingpoetry
.
Lines 60 to 62 in e89128c
curl -sSL https://install.python-poetry.org | python3 - --version 1.3.2 poetry shell poetry install -
Ignored lpsolve Library:
Lines 44 to 49 in e89128c
You will also need to download and unzip the lpsolve library: ``` wget https://sourceforge.net/projects/lpsolve/files/lpsolve/5.5.2.11/lp_solve_5.5.2.11_source.tar.gz tar xzvf lp_solve_5.5.2.11_source.tar.gz rm lp_solve_5.5.2.11_source.tar.gz ```
Metadata
Metadata
Assignees
Labels
No labels