NREL / gdx-pandas

Python interface to read and write GAMS GDX files using pandas.DataFrames as the intermediate data format.
BSD 3-Clause "New" or "Revised" License
43 stars 15 forks source link

gdxSymbolGetDomainX failing to run #33

Closed jebob closed 6 years ago

jebob commented 6 years ago

On some computers, when I run gdxpds.to_dataframes I get the error gdxSymbolGetDomainX could not be loaded: gdxdxlib: gdxSymbolGetDomainX cannot be found in the library

Any ideas?

elainethale commented 6 years ago

Maybe a GAMS version/GAMS python bindings incompatibility? There are different bindings to run for different Python versions, AND GAMS bindings Python 3 support is a relatively new feature, with different levels of support for different platforms depending on GAMS version.

jebob commented 6 years ago

I have identical python, GAMS and gdxpds versions. I have copied the entire Python install (including packages) across computers but no luck.

jebob commented 6 years ago

The only computer I can reliably replicate it on is a Windows 8 machine which is far too old.

elainethale commented 6 years ago

Closing since reported as not easily replicable.