Originally posted by: Remsse
Hi,
I'm trying to run Cplex from python.
I started to install the cplex_studio1263.win-x86-32 version then i tried to run the script setuy.py as explained here: http://www.ibm.com/support/knowledgecenter/SSSA5P_12.5.1/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/set_up/Python_setup.html
but when i try the command line import cplex seen here http://www.ibm.com/support/knowledgecenter/fr/SSSA5P_12.6.1/ilog.odms.cplex.help/CPLEX/GettingStarted/topics/tutorials/Python/module.html
I get the following error:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cplex
.
.
.
File "C:\Program Files (x86)\IBM\ILOG\CPLEX_Studio1263\cplex\python\3.4\x86_win32\cplex\_internal\_pycplex_platform.py", line 25, in <module>
raise Exception(ERROR_STRING)
Exception: CPLEX 12.6.3.0 is not compatible with this version of Python.
I just downloaded the latest version of python, tried both 32 and 64bit. Now i'm not good at programming and don't see what could be the problem here.
Thank you for your time, and i hope your help
#CPLEXOptimizers#DecisionOptimization