# Clean Install if JuliaPro 0.6.4.1 gives PyPlot Error

**URL:** https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186
**Category:** Tooling
**Tags:** juliapro
**Created:** [August 28, 2018, 12:30pm UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186 "2018-08-28T12:30:29Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![braamvandyk](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/braamvandyk/32/5086_2.png) [@braamvandyk](https://discourse.julialang.org/u/braamvandyk)
#### Post date: [August 28, 2018, 12:30pm UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186/1 "2018-08-28T12:30:29Z")

</div>

I uninstalled standard Julia as well as Anaconda3, which I was running and then installed JuliaPro. PyPlot gives

```
WARNING: No working GUI backend found for matplotlib

```

No plots are displayed once a plot command is given.

---

<div class="post-metadata">

### Author: ![waldoc](https://avatars.discourse-cdn.com/v4/letter/w/ce7236/32.png) [@waldoc](https://discourse.julialang.org/u/waldoc)
#### Post date: [August 28, 2018, 2:40pm UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186/2 "2018-08-28T14:40:47Z")

</div>

I experience the same message & no plots with JuliaPro 0.6.2.2:

```julia
julia> using PyPlot
WARNING: No working GUI backend found for matplotlib

```

---

<div class="post-metadata">

### Author: ![braamvandyk](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/braamvandyk/32/5086_2.png) [@braamvandyk](https://discourse.julialang.org/u/braamvandyk)
#### Post date: [August 28, 2018, 2:51pm UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186/3 "2018-08-28T14:51:16Z")

</div>

Sorry, forgot to add: running on Windows.

---

<div class="post-metadata">

### Author: ![braamvandyk](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/braamvandyk/32/5086_2.png) [@braamvandyk](https://discourse.julialang.org/u/braamvandyk)
#### Post date: [August 29, 2018, 9:09am UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186/4 "2018-08-29T09:09:45Z")

</div>

Update: Installing Anaconda and rebuilding PyCall and PyPlot solves the problem. Not ideal, but workable. For users with complete control of their PCs, this would be a non-issue. In a corporate environment, this is really going to complicate roll-out.

---

<div class="post-metadata">

### Author: ![Daneel](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/daneel/32/175_2.png) [@Daneel](https://discourse.julialang.org/u/Daneel)
#### Post date: [August 30, 2018, 11:29am UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186/5 "2018-08-30T11:29:21Z")

</div>

I have installed PyPlot on a managed Windows computer before. PyPlot can be installed without an administrator but on any Windows system it has initially failed for me. Once it’s first installed I had to install Matploltlib in Miniconda and rebuild PyCall and PyPlot. It’s been a while so I can’t remember the exact commands necessary.

---

<div class="post-metadata">

### Author: ![braamvandyk](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/braamvandyk/32/5086_2.png) [@braamvandyk](https://discourse.julialang.org/u/braamvandyk)
#### Post date: [August 30, 2018, 4:31pm UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186/6 "2018-08-30T16:31:11Z")

</div>

No doubt it can be done. It just seems a lot of steps to follow for the all-inclusive version of Julia. With the Anaconda route, at least this is a little simpler. Ideally the route via miniconda would be part of the install script for JuliaPro. Maybe once the v1.0 transition is done and the dust has settled, someone will look at this. Meanwhile there are workarounds.

---

<div class="post-metadata">

### Author: ![mbauman](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mbauman/32/31082_2.png) [@mbauman](https://discourse.julialang.org/u/mbauman)
#### Post date: [September 12, 2023, 4:41pm UTC](https://discourse.julialang.org/t/clean-install-if-juliapro-0-6-4-1-gives-pyplot-error/14186/7 "2023-09-12T16:41:35Z")

</div>


