Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.py is always searching for CPLEX #47

Open
mattmilten opened this issue Oct 14, 2016 · 0 comments
Open

setup.py is always searching for CPLEX #47

mattmilten opened this issue Oct 14, 2016 · 0 comments

Comments

@mattmilten
Copy link

Running python setup.py build yields:

>> python setup.py build
Traceback (most recent call last):
  File "setup.py", line 417, in <module>
    library_dirs=get_cplex_lib_dirs(),
  File "setup.py", line 399, in get_cplex_lib_dirs
    return [getlibdirs(cplexlibfolder), getlibdirs(concertlibfolder)]
  File "setup.py", line 395, in getlibdirs
    "Error could not find the lib folder in %s" % cplexhome)
RuntimeError: Error could not find the lib folder in /nfs/optimi

The same happens with python setup.py build -solver SCIP

related to https://stackoverflow.com/questions/40009141/install-scip-solver-on-python3-5-numberjack-osx/40013421#40013421

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant