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 16 forks source link

INFO: Could not find files for the given pattern(s) #88

Closed frd-na closed 1 year ago

frd-na commented 3 years ago

This happens when i run import gdxpds though I installed it succesfully using pip install gdxpds

Installed GAMS 34 successfully and no problem when I run import gams

Running this on a Windows Anaconda environment with python = 3.8.8

Anyone experienced this?

dcardonav commented 2 years ago

OS=Windows 11 GAMS=36 Python=3.9

I've been having these problems with non-conda or base environment installations. Solved it by creating the GAMS_DIR environment and adding the C:\GAMS\36 or wherever you have GAMS installed. I'm assuming that you installed the GAMS dependencies correctly.