0

This is my first time using Pypasa and Glpk Solver so my apologies if this error is very basic. Every time I run the optimization, I see the following error. Any help/comments are much appreciated it! Thank you!

Code: network.lopf(pyomo= False) Error: FileNotFoundError: [Errno 2] No such file or directory: 'glpsol'

jr5
  • 1
  • 2
    Do you have `glpsol` properly installed and part of you `PATH`, i.e. is it accessible from within a terminal? -> Does `which glpsol` find the executable? Also note that `.lopf(...)` is deprecated in favour of `.optimize(...)`. – euronion Jul 29 '23 at 19:58

0 Answers0