# Issue about "Pkg"

**URL:** https://discourse.julialang.org/t/issue-about-pkg/117915
**Category:** General Usage
**Created:** [August 7, 2024, 11:09am UTC](https://discourse.julialang.org/t/issue-about-pkg/117915 "2024-08-07T11:09:42Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lionisxn](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lionisxn/32/37989_2.png) [@lionisxn](https://discourse.julialang.org/u/lionisxn)
#### Post date: [August 7, 2024, 11:09am UTC](https://discourse.julialang.org/t/issue-about-pkg/117915/1 "2024-08-07T11:09:42Z")

</div>

After I used Pkg.update() in VSCODE, Julia crashed and can not start anymore. I restarted the julia directly via executable Julia.exe in Windows, and errors were thrown like this

 ![1](https://global.discourse-cdn.com/julialang/original/3X/f/9/f92ce3d3f5cfe9098e7fa66c750cd9a102d2ec6c.jpeg)  
What happened to my settings? Very weird!

---

<div class="post-metadata">

### Author: ![cormullion](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cormullion/32/49131_2.png) [@cormullion](https://discourse.julialang.org/u/cormullion)
#### Post date: [August 7, 2024, 1:02pm UTC](https://discourse.julialang.org/t/issue-about-pkg/117915/2 "2024-08-07T13:02:10Z")

</div>

Is this v1.11rc2 ? There might be some relevant issues on github.

---

<div class="post-metadata">

### Author: ![ufechner7](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ufechner7/32/51363_2.png) [@ufechner7](https://discourse.julialang.org/u/ufechner7)
#### Post date: [August 7, 2024, 4:08pm UTC](https://discourse.julialang.org/t/issue-about-pkg/117915/3 "2024-08-07T16:08:29Z")

</div>

Don’t expect Julia 1.11rc to be stable yet. Just go back to Julia 1.10:

```julia
juliaup install 1.10
juliaup default 1.10

```

---

<div class="post-metadata">

### Author: ![cjdoris](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/cjdoris/32/213133_2.png) [@cjdoris](https://discourse.julialang.org/u/cjdoris)
#### Post date: [August 8, 2024, 4:42pm UTC](https://discourse.julialang.org/t/issue-about-pkg/117915/4 "2024-08-08T16:42:01Z")

</div>

> [@ufechner7](#):
>
> ```julia
> juliaup install 1.10
> juliaup default 1.10
> 
> ```

Even better than this, if you use the channel `1` or `release` instead of `1.10` then you’ll still get v1.10 installed but you’ll also get a helpful message suggesting you upgrade whenever v1.11 is released.
