Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial is outdated #107

Open
KeShih opened this issue Aug 30, 2024 · 1 comment
Open

Tutorial is outdated #107

KeShih opened this issue Aug 30, 2024 · 1 comment

Comments

@KeShih
Copy link
Contributor

KeShih commented Aug 30, 2024

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

  1. Dependence and installation:

    "!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"

    "!python setup.py install --user &> /dev/null\n",

    The README recommends using poetry.

    dingo/README.md

    Lines 60 to 62 in e89128c

    curl -sSL https://install.python-poetry.org | python3 - --version 1.3.2
    poetry shell
    poetry install

  2. Ignored lpsolve Library:

    dingo/README.md

    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
    ```

@advait-zx
Copy link

This is my first contribution i want to solve this issue what should i do to make impact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants