# Gurobi.jl not released for 1.0 yet?

**URL:** https://discourse.julialang.org/t/gurobi-jl-not-released-for-1-0-yet/16380
**Category:** General Usage
**Created:** [October 16, 2018, 2:09am UTC](https://discourse.julialang.org/t/gurobi-jl-not-released-for-1-0-yet/16380 "2018-10-16T02:09:28Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![xiaoweiz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaoweiz/32/2049_2.png) [@xiaoweiz](https://discourse.julialang.org/u/xiaoweiz)
#### Post date: [October 16, 2018, 2:09am UTC](https://discourse.julialang.org/t/gurobi-jl-not-released-for-1-0-yet/16380/1 "2018-10-16T02:09:28Z")

</div>

(v1.0) pkg\> add Gurobi  
Cloning git-repo `Gurobi`  
ERROR: Git repository not found at ‘Gurobi’

---

<div class="post-metadata">

### Author: ![ianfiske](https://avatars.discourse-cdn.com/v4/letter/i/58f4c7/32.png) [@ianfiske](https://discourse.julialang.org/u/ianfiske)
#### Post date: [October 16, 2018, 12:56pm UTC](https://discourse.julialang.org/t/gurobi-jl-not-released-for-1-0-yet/16380/2 "2018-10-16T12:56:16Z")

</div>

Gurobi is working fine on 1.0 for me. I bet you have a local directory called “Gurobi” and Pkg finds that first, instead of resolving with the registered package Gurobi. But your local directory is not a git repo, hence the error.

Try renaming your local “Gurobi” directory to something else and then run the `add` command again.

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [October 16, 2018, 1:27pm UTC](https://discourse.julialang.org/t/gurobi-jl-not-released-for-1-0-yet/16380/3 "2018-10-16T13:27:46Z")

</div>

This confusion will likely be avoided in the next Pkg release ([https://github.com/JuliaLang/Pkg.jl/issues/597](https://github.com/JuliaLang/Pkg.jl/issues/597)).

---

<div class="post-metadata">

### Author: ![ExpandingMan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/expandingman/32/866_2.png) [@ExpandingMan](https://discourse.julialang.org/u/ExpandingMan)
#### Post date: [October 16, 2018, 1:31pm UTC](https://discourse.julialang.org/t/gurobi-jl-not-released-for-1-0-yet/16380/4 "2018-10-16T13:31:20Z")

</div>

Gurobi is definitely officially released for 1.0, and has been for at least a few weeks.

---

<div class="post-metadata">

### Author: ![xiaoweiz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/xiaoweiz/32/2049_2.png) [@xiaoweiz](https://discourse.julialang.org/u/xiaoweiz)
#### Post date: [October 17, 2018, 1:58am UTC](https://discourse.julialang.org/t/gurobi-jl-not-released-for-1-0-yet/16380/5 "2018-10-17T01:58:57Z")

</div>

Thanks! I did have a local directory named “Gurobi”, which was used to host the licence file. Your suggestion solved my problem!
