-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Milestone
Description
@mmowers reports:
- When running
python setup.py installin py-gdx/, I had an error that saidSetup script exited with error: Microsoft Visual Studio C++ 10.0 is requiredduring the installation of pandas. I solved by just installing numpy and pandas directly withconda install numpyandconda install pandas, and then runningpython setup.py installagain.- I had to make sure gams was added to PATH. I reinstalled and followed instructions here to make sure gams was added to PATH: http://www.gams.com/latest/docs/userguides/userguide/_u_g__w_i_n__i_n_s_t_a_l_l.html#CLI
Update the documentation to make these clear.
Reactions are currently unavailable