You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception: CPLEX concert include directory not found: please set environment variable CPLEX_PATH to point to the base of the CPlex/Concert installation. Attempting to find files: ilconcert/iloexpression.h, ilconcert/iloalg.h, ilconcert/iloenv.h, ilconcert/ilosolution.h.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/03/smyxg5ys1hb7kpxbbf6zv92h0000gn/T/pip-build-aCrpYK/pycpx/
Given that I already set up cplex with python, I don't know where is the problem.
I really appreciate your help regarding this issue.
The text was updated successfully, but these errors were encountered:
I was not able to install pycpx neither on OS X nor windows. The command that I am using is:
pip install --global-option='build_ext' --global-option=-I”Users/mac/Applications/IBM/ILOG/include” pycpx
or
easy_install pycpx
But all of them fail with the following error:
Exception: CPLEX concert include directory not found: please set environment variable CPLEX_PATH to point to the base of the CPlex/Concert installation. Attempting to find files: ilconcert/iloexpression.h, ilconcert/iloalg.h, ilconcert/iloenv.h, ilconcert/ilosolution.h.
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/03/smyxg5ys1hb7kpxbbf6zv92h0000gn/T/pip-build-aCrpYK/pycpx/
Given that I already set up cplex with python, I don't know where is the problem.
I really appreciate your help regarding this issue.
The text was updated successfully, but these errors were encountered: