Hello, I am trying to develop India energy system model from the Austria tutorial, however I get an error when runnin the cell 'scenario.solve()':
CalledProcessError: Command 'gams "C:\path\to\model\MESSAGE_run.gms" --in="C:\path\to\model\data\MsgData_India_energy_model_baseline.gdx" --out="C:\path\to\model\output\MsgOutput_India_energy_model_baseline.gdx" --iter="C:\path\to\model\output\MsgIterationReport_India_energy_model_baseline.gdx" LogOption=4' returned non-zero exit status 3.
In Anaconda Prompt I get this:
Iteration log . . .
Iteration: 1 Scaled infeas = 1873.950799
Iteration: 78 Scaled infeas = 64.616511
LP status(3): infeasible
Cplex Time: 0.02sec (det. 0.62 ticks)
Model has been proven infeasible.
--- Restarting execution
--- MESSAGE_run.gms(3803) 2 Mb
--- Reading solution for model MESSAGE_LP
--- MESSAGE_run.gms(3785) 3 Mb
+++ MESSAGEix did not solve to optimality - run is aborted, no output produced! +++
--- MESSAGE_run.gms(3785) 3 Mb 1 Error
*** Status: Execution error(s)
--- Job MESSAGE_run.gms Stop 05/01/19 14:31:42 elapsed 0:00:00.464
[I 14:33:06.228 NotebookApp] Saving file at /message/tutorial/Austrian_energy_system/austria.ipynb
Does someone know why I get it? Thanks in advance.