Failed tests on Windows (10) #56
Labels
Comp:Build
This issue has to do with the build system of the code/doc (makefiles, cmake, install errors)
Difficulty:1-Beginner
This issue does not require expert knowledge and may be a good issue for new contributors.
Priority:2-Normal
This work is important and should be completed ASAP.
Status:2-Backlog
This issue has been claimed, but it's not being worked on right now, and it's not next to be tackled
Type:Test
Is related to software testing. Failing tests, necessary new tests, test frameworks, etc.
Milestone
Following "developer" installation I had failing tests due to missing solver:
Results in (for example)
pyomo.common.errors.ApplicationError: No executable found for solver 'cplex'
.Please move solver installation instructions from "Getting Started" to "Installation".
To allow a smoother onboarding for windows users I suggest adding installation instructions for glpk (eg
conda install -c conda-forge glpk
). I appreciate this might not be the best solver but it is more easilly accessible which is nice for casual users and will be easier for windows based CI.The text was updated successfully, but these errors were encountered: