Search found 2 matches

by Rx.Zyn
3 months ago
Forum: API
Topic: Error reading config file
Replies: 3
Views: 2338

Re: Error reading config file

Hi, I am having the error when using the trnsport model or my own model ! The full error message is the following : GamsException Traceback (most recent call last) Cell In[2], line 4 2 cp = ws.add_checkpoint() 3 job = ws.add_job_from_file("...") ----> 4 job.run(checkpoint=cp) 5 mi = cp.ad...
by Rx.Zyn
3 months ago
Forum: API
Topic: Error reading config file
Replies: 3
Views: 2338

Error reading config file

Hi, I am trying to run a GAMS model from Python using the gamsapi package. I keep getting this error "GamsException: Error reading config file ...gmscmpnt.txt" when I try to run it using my gams (with a real license). But I don't have the issue when using the demo version. Can anyone help ...