I wrote my code in python with pyomo... at the end, when I want to run my script, I've faced this error: WARNING: "[base]/site-packages/pyomo/solvers/plugins/solvers/GLPK.py", 150, _default_executable Could not locate the 'glpsol' executable, which is required for solver 'glpk'
ApplicationError: No executable found for solver 'glpk'
I work with mac... And I dont know what should I do to use 'glpk' or 'cplex' to solve my model....