# Error in adding Plots - v.1.6.0 , Win 10

**URL:** https://discourse.julialang.org/t/error-in-adding-plots-v-1-6-0-win-10/75218
**Category:** New to Julia
**Tags:** plots, gr
**Created:** [January 26, 2022, 8:40am UTC](https://discourse.julialang.org/t/error-in-adding-plots-v-1-6-0-win-10/75218 "2022-01-26T08:40:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![abdurrahmanregi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/abdurrahmanregi/32/33194_2.png) [@abdurrahmanregi](https://discourse.julialang.org/u/abdurrahmanregi)
#### Post date: [January 26, 2022, 8:40am UTC](https://discourse.julialang.org/t/error-in-adding-plots-v-1-6-0-win-10/75218/1 "2022-01-26T08:40:36Z")

</div>

Dear all,

I am very new to Julia and the Julia Community in this discourse.

I am currently having trouble adding the Plots package to my computer. In particular, I do not understand GLib-GIO-WARNING. Reading from similar threads, I presume I have troubles with dependency, such as the GR package. I am not sure how to proceed.

Here are the snippets:

 ![snip01](https://global.discourse-cdn.com/julialang/original/3X/6/4/64e855ba4d077076363df002c873bbff4a4dc9bb.png)

 ![snip02](https://global.discourse-cdn.com/julialang/original/3X/f/3/f3321b5534fa12725a3cf1687b8a27f35ed0b776.png)

When I try to run Pkg.resolve(“Plots”), it returns the following

 ![snip03](https://global.discourse-cdn.com/julialang/original/3X/1/5/150f7bc1686abdc86de3dde39f7fa097ab4bbcbf.png)

Your help is very much appreciated.

Best,  
Regi

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [January 26, 2022, 12:08pm UTC](https://discourse.julialang.org/t/error-in-adding-plots-v-1-6-0-win-10/75218/2 "2022-01-26T12:08:47Z")

</div>

Why are you using Julia 1.6.0? The latest release is 1.7.1.

What happens if you run `] build GR` as the error message suggests?

---

<div class="post-metadata">

### Author: ![abdurrahmanregi](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/abdurrahmanregi/32/33194_2.png) [@abdurrahmanregi](https://discourse.julialang.org/u/abdurrahmanregi)
#### Post date: [January 26, 2022, 4:12pm UTC](https://discourse.julialang.org/t/error-in-adding-plots-v-1-6-0-win-10/75218/3 "2022-01-26T16:12:06Z")

</div>

Dear Nils,

When I do **] build GR**, Julia does not provide any other information besides the following

 ![snip04](https://global.discourse-cdn.com/julialang/original/3X/8/7/87916df2a2d02c3f15dfa999c3de347161b4563b.png)

Then, I re-try **using Plots**. Again, Julia returns the same error message as the initial snippets I provided above.

As for v1.6.0, there are no specific reasons; I am not sure how to update the version (should I download the new version? Do I need to update somehow from Julia? etc.). Does working with the latest version of Julia always resolve the problem, i.e., adding the Plots package problem to my computer?

I am looking forward to your reply.

Best,  
Regi

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [January 26, 2022, 4:16pm UTC](https://discourse.julialang.org/t/error-in-adding-plots-v-1-6-0-win-10/75218/4 "2022-01-26T16:16:21Z")

</div>

Yes just download 1.7.1 from here:

> **[Download Julia](https://julialang.org/downloads/)**
>
> The official website for the Julia Language. Julia is a language that is fast, dynamic, easy to use, and open source. Click here to learn more.

and install
