-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Hello everyone. I need to get CPLEX in my Julia 0.6.4. I've already done everything that was mentioned in the previous issues. I have CPLEX optimizer installed on my computer but when I use "using CPLEX" I get this error:
INFO: Precompiling module CPLEX.
ERROR: LoadError: CPLEX not properly installed. Please run Pkg.build("CPLEX")
Stacktrace:
[1] error at .\error.jl:21
[2] include_from_node1 at .\loading.jl:576
[3] include at .\sysimg.jl:14
while loading C:\Users\ramin\.julia\v0.6\CPLEX\src\CPLEX.jl, in expression starting on line 16
**********************
and then when I run Pkg.build("CPLEX") I get this error:
INFO: Building CPLEX
================================[ ERROR: CPLEX ]================================
LoadError: Unable to locate CPLEX installation. Note this must be downloaded separately. See the CPLEX.jl README for further instructions.
while loading C:\Users\ramin\.julia\v0.6\CPLEX\deps\build.jl, in expression starting on line 69
================================================================================
================================[ BUILD ERRORS ]================================
WARNING: CPLEX had build errors.
- packages with build errors remain installed in C:\Users\ramin\.julia\v0.6
- build the package(s) and all dependencies with `Pkg.build("CPLEX")`
- build a single package by running its `deps/build.jl` script
================================================================================
Does anyone know how I can resolve this issue? I'm using windows 10, Julia 0.6.4, CPLEX 12.8.0 and Jupyter Notebook.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels