# JuliaPro install packages - stuck at please authenticate

**URL:** https://discourse.julialang.org/t/juliapro-install-packages-stuck-at-please-authenticate/30132
**Category:** New to Julia
**Tags:** question
**Created:** [October 21, 2019, 12:49pm UTC](https://discourse.julialang.org/t/juliapro-install-packages-stuck-at-please-authenticate/30132 "2019-10-21T12:49:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![curious](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/curious/32/7629_2.png) [@curious](https://discourse.julialang.org/u/curious)
#### Post date: [October 21, 2019, 12:49pm UTC](https://discourse.julialang.org/t/juliapro-install-packages-stuck-at-please-authenticate/30132/1 "2019-10-21T12:49:48Z")

</div>

I deleted the existing installation of Julia and installed JuliaPro. When I try to install a package, it gets stuck at `Please Authenticate..`

```julia
add DataFrames
  Updating registry at `~/.juliapro/JuliaPro_v1.2.0-1/registries/JuliaPro`
[ Info: Please Authenticate..

```

I looked through a couple of posts on this forum. Someone said that it worked after

> [@Stuck at "Please Authenticate"](https://discourse.julialang.org/t/stuck-at-please-authenticate/22506/4):
>
> it got fixed after downloading the token from the relevant website

What is this relevant website, and how do I download a token from there?

Another person said that

> [@I am stuck at "Please Authenticate"](https://discourse.julialang.org/t/i-am-stuck-at-please-authenticate/26313/4):
>
> After i authenticate on the Juliapro using my giithub account, the problems is perfectly solved!

How do I authenticate on Juliapro?

I would appreciate any help.

Thank you.

---

<div class="post-metadata">

### Author: ![curious](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/curious/32/7629_2.png) [@curious](https://discourse.julialang.org/u/curious)
#### Post date: [October 21, 2019, 12:58pm UTC](https://discourse.julialang.org/t/juliapro-install-packages-stuck-at-please-authenticate/30132/2 "2019-10-21T12:58:05Z")

</div>

The problem is solved! I opened julia from a terminal window on mac (instead of opening the application in Atom), and when you do that, the window that asks for signing in never shows up (at least it did not pop up in my case). When I opened the application by double-clicking it, and used Atom, the window showed up.
