ProvideQ / toolbox-server

Resources for the server that hosts the toolbox (Backend)
https://provideq.kit.edu
MIT License
1 stars 1 forks source link

Bug Report: Incorrect GAMS Package Installation Command #71

Open SirNoName2705 opened 5 months ago

SirNoName2705 commented 5 months ago

Problem: The setup instructions for installing GAMS packages specify the command pip install gams[core,connect] a --find-links <path-to-gams>/api/python/bdist However, this command fails because the correct package name is gamsapi instead of gams, as stated on the GAMS official website.

Solution Suggestion: Update the setup instructions to use the correct package name: pip install gamsapi[core,connect] --find-links <path-to-gams>/api/python/bdist

link to official website: https://www.gams.com/latest/docs/API_PY_GETTING_STARTED.html#PY_PIP_INSTALL_BDIST