Search found 3 matches

by stanny1058
10 months ago
Forum: API
Topic: Trouble installing Python GAMS API on Mac OS
Replies: 5
Views: 5715

Re: Trouble installing Python GAMS API on Mac OS

You have a Mac with an M1 or M2 chip but the GAMS 34 distribution is Intel only. So you would need an Intel Python running under Rosetta 2 on you machine. The native M1/M2 port for GAMS was introduced with GAMS 43 (see https://www.gams.com/latest/docs/RN_43.html#g4310_PLATFORMS). So many good reaso...
by stanny1058
10 months ago
Forum: API
Topic: Trouble installing Python GAMS API on Mac OS
Replies: 5
Views: 5715

Re: Trouble installing Python GAMS API on Mac OS

Hi, With GAMS 34 the Python API was not installed via pip. Please make sure to use the documenttation that matches your GAMS version. The documentation of GAMS 34 can be found here . I hope this helps! Fred Hi Fred! Thank you! It was very helpful. I did try to follow the tutorial for GAMS 34 and it...
by stanny1058
10 months ago
Forum: API
Topic: Trouble installing Python GAMS API on Mac OS
Replies: 5
Views: 5715

Trouble installing Python GAMS API on Mac OS

Hello, I'm using GAMS version 34.3.0, Mac OS 12.6.5, and Python 3.9. I have tried to install GAMS API via pip (pip install gams) but keep getting a distribution error. I tried to use pip from python 3.8 as well but this error keeps happening. I checked the documentation for version 34.3.0 and it loo...