# Gurobi Error 10030: No compatible runtime available for version 12.0.2

**URL:** https://discourse.julialang.org/t/gurobi-error-10030-no-compatible-runtime-available-for-version-12-0-2/129763
**Category:** Optimization (Mathematical)
**Tags:** jump, optimization
**Created:** [June 9, 2025, 12:00pm UTC](https://discourse.julialang.org/t/gurobi-error-10030-no-compatible-runtime-available-for-version-12-0-2/129763 "2025-06-09T12:00:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![manoj.centura](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/manoj.centura/32/216443_2.png) [@manoj.centura](https://discourse.julialang.org/u/manoj.centura)
#### Post date: [June 9, 2025, 12:00pm UTC](https://discourse.julialang.org/t/gurobi-error-10030-no-compatible-runtime-available-for-version-12-0-2/129763/1 "2025-06-09T12:00:12Z")

</div>

🥇

i All, Getting this error please help us out. This is for Julia 1.6  
```Status `C:\Users\manojkumar.ram\.julia\environments\v1.10\Project.toml`  
[a93c6f00] DataFrames v1.7.0  
[2e9cd046] Gurobi v1.7.4  
[4076af6c] JuMP v1.26.0  
[b8f27783] MathOptInterface v1.41.0  
server\_url=“\*\*\*\*”  
julia\> env = Gurobi.Env(server\_url,“\*\*\*\*\*\*\*\*”)  
Set parameter ComputeServer to value “XXXXXXXXX:8090”  
Set parameter ServerPassword  
ERROR: Gurobi Error 10030: No compatible runtime available for version 12.0.2  
Stacktrace:  
[1] \_check\_ret  
@ C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:442 [inlined]  
[2] Gurobi.Env(params::Dict{String, Any}; started::Bool, output\_flag::Int64, memory\_limit::Nothing)  
@ Gurobi C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:176  
[3] Env  
@ C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:143 [inlined]  
[4] #Env#5  
@ C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:214 [inlined]  
[5] Gurobi.Env(server\_address::String, server\_password::String)  
@ Gurobi C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:205  
[6] top-level scope  
@ REPL[3]:1

Same on Julia 1.10.9  
Status `C:\Users\manojkumar.ram\.julia\environments\v1.10\Project.toml`  
[a93c6f00] DataFrames v1.7.0  
[2e9cd046] Gurobi v1.7.4  
[4076af6c] JuMP v1.26.0  
[b8f27783] MathOptInterface v1.41.0

julia\> using JuMP,Gurobi

julia\> server\_url=“\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*\*”

julia\> env = Gurobi.Env(server\_url,“\*\*\*\*\*\*\*\*\*\*\*\*\*\*”)  
Set parameter ComputeServer to value “\*\*\*\*\*\*\*\*\*\*”  
Set parameter ServerPassword  
ERROR: Gurobi Error 10030: No compatible runtime available for version 12.0.2  
Stacktrace:  
[1] \_check\_ret  
@ C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:442 [inlined]  
[2] Gurobi.Env(params::Dict{String, Any}; started::Bool, output\_flag::Int64, memory\_limit::Nothing)  
@ Gurobi C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:176  
[3] Env  
@ C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:143 [inlined]  
[4] #Env#5  
@ C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:214 [inlined]  
[5] Gurobi.Env(server\_address::String, server\_password::String)  
@ Gurobi C:\Users\manojkumar.ram.julia\packages\Gurobi\qCzRR\src\MOI\_wrapper\MOI\_wrapper.jl:205  
[6] top-level scope  
@ REPL[3]:1

---

<div class="post-metadata">

### Author: ![odow](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/odow/32/28685_2.png) [@odow](https://discourse.julialang.org/u/odow)
#### Post date: [June 9, 2025, 8:09pm UTC](https://discourse.julialang.org/t/gurobi-error-10030-no-compatible-runtime-available-for-version-12-0-2/129763/2 "2025-06-09T20:09:59Z")

</div>

Hi @manoj.centura,

A couple of things:

- It looks like you’re using Julia 1.10, not v1.6
- I think this means that your compute server does not support Gurobi v12. Either update the compute server, or install a different version of Gurobi locally. See these instructions [GitHub - jump-dev/Gurobi.jl: A Julia interface to the Gurobi Optimizer](https://github.com/jump-dev/Gurobi.jl?tab=readme-ov-file#default-installation)
