Python Version update and CPLEX installation #102
Unanswered
Lakes-lead
asked this question in
Q&A
Replies: 2 comments 18 replies
|
@shpoudel Please answer here for the above question. Create an issue if needed. |
0 replies
|
Hello Thanks for the interest in the restoration application. Do you have CPLEX in your VM? There are two commands that you are trying to execute. One is cd ... and another is python setup.py install. Since your first command is not working because of the CPLEX issue, your python command is not successful. Please see step 2 in the following link where we copy the CPLEX from the local machine to docker: https://github.com/shpoudel/WSU-Restoration Also, there is a way to run the application without CPLEX. Please refer to the readthedocs- https://wsu-restoration.readthedocs.io/en/latest/using_gridappsd/index.html |
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I tried this code in the restoration application
root@1b762c641f24:/usr/src/gridappsd-restoration# cd /opt/ibm/ILOG/CPLEX_Studio129/cplex/python/3.6/x86-64_linux/ ; python setup.py install
I keep getting this feedback, it looks like my python version is 3.4.2 i tried updating the version to 3.6 from the terminal but it isn't working any suggestions on what i can do?

Thank you
All reactions