GamsException: Error retrieving audit info

Questions on using the GAMS APIs (Python, .NET, etc.)
Post Reply
patriciars
User
User
Posts: 10
Joined: 5 years ago

GamsException: Error retrieving audit info

Post by patriciars »

Hello,

This error " GamsException: Error retrieving audit info" appears when creating the workspace. I've searched and found nothing about it.

Does anyone know help me?

Code: Select all

import numpy as np
from gams import *
  
ws = GamsWorkspace("D:\GAMS22.2")   
User avatar
Renger
Posts: 639
Joined: 7 years ago

Re: GamsException: Error retrieving audit info

Post by Renger »

Hi

Are you using Gams 22.2 or a newer version? This might be causing the problem. Download a newer version and try if it works.
Cheers
Renger
____________________________________
Enjoy modeling even more: Read my blog on modeling at The lazy economist
patriciars
User
User
Posts: 10
Joined: 5 years ago

Re: GamsException: Error retrieving audit info

Post by patriciars »

Yes I’m using version 22.2 because my university hás this licence.
This problem can be because it is old?

Thank you
User avatar
Renger
Posts: 639
Joined: 7 years ago

Re: GamsException: Error retrieving audit info

Post by Renger »

I think it is the version. Just download a trial and see if the problem disappears, then you know at least if this is the cause.
Cheers
Renger
____________________________________
Enjoy modeling even more: Read my blog on modeling at The lazy economist
Post Reply