# ADD IJulia installation: Julia 1.1 failed, 1.0.3 works

**URL:** https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147
**Category:** General Usage
**Tags:** question
**Created:** [January 27, 2019, 1:15pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147 "2019-01-27T13:15:16Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [January 27, 2019, 1:15pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/1 "2019-01-27T13:15:16Z")

</div>

I tried adding Blosc and ZMQ manually (both “works meaning error-free”) but same error as below:

\_  
\_ \_ _(_ )\_ | Documentation: [https://docs.julialang.org](https://docs.julialang.org/)  
( _) | (_ ) ( _) |  
\_ \_ | | \_\_ \_ | Type “?” for help, “]?” for Pkg help.  
| | | | | | |/ ` | |  
| | | | | | | (_ | | | Version 1.1.0 (2019-01-21)  
_/ |\ __’ _|_ | _|\__'\_| | Official [https://julialang.org/](https://julialang.org/) release  
|\_\_/ |

(v1.1) pkg\> add IJulia  
Updating registry at `C:\Users\John\.julia\registries\General`  
Updating git-repo `https://github.com/JuliaRegistries/General.git`  
Resolving package versions…  
Updating `C:\Users\John\.julia\environments\v1.1\Project.toml`  
[no changes]  
Updating `C:\Users\John\.julia\environments\v1.1\Manifest.toml`  
[no changes]

julia\> using IJulia  
[Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a]  
ERROR: LoadError: Blosc not installed properly, run Pkg.build(“ZMQ”), restart Julia and try again  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] top-level scope at C:\Users\John.julia\packages\ZMQ\ABGOx\src\ZMQ.jl:14  
[3] include at .\boot.jl:326 [inlined]  
[4] include\_relative(::Module, ::String) at .\loading.jl:1038  
[5] include(::Module, ::String) at .\sysimg.jl:29  
[6] top-level scope at none:2  
[7] eval at .\boot.jl:328 [inlined]  
[8] eval(::Expr) at .\client.jl:404  
[9] top-level scope at .\none:3  
in expression starting at C:\Users\John.julia\packages\ZMQ\ABGOx\src\ZMQ.jl:13  
ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to C:\Users\John.julia\compiled\v1.1\ZMQ\CaaO6.ji.  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197  
[3] \_require(::Base.PkgId) at .\loading.jl:960  
[4] require(::Base.PkgId) at .\loading.jl:858  
[5] require(::Module, ::Symbol) at .\loading.jl:853  
[6] include at .\boot.jl:326 [inlined]  
[7] include\_relative(::Module, ::String) at .\loading.jl:1038  
[8] include(::Module, ::String) at .\sysimg.jl:29  
[9] top-level scope at none:2  
[10] eval at .\boot.jl:328 [inlined]  
[11] eval(::Expr) at .\client.jl:404  
[12] top-level scope at .\none:3  
in expression starting at C:\Users\John.julia\packages\IJulia\fjEtl\src\IJulia.jl:36  
ERROR: Failed to precompile IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] to C:\Users\John.julia\compiled\v1.1\IJulia\nfu7T.ji.  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197  
[3] \_require(::Base.PkgId) at .\loading.jl:960  
[4] require(::Base.PkgId) at .\loading.jl:858  
[5] require(::Module, ::Symbol) at .\loading.jl:853

julia\>

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [January 27, 2019, 2:42pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/2 "2019-01-27T14:42:09Z")

</div>

> [@sloggers](#):
>
> Blosc not installed properly

Perhaps install it then.

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [January 27, 2019, 2:43pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/3 "2019-01-27T14:43:11Z")

</div>

Also, please quote your code (you can edit your post):

> [@PSA: how to quote code with backticks](https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530):
>
> This is a short post on how to use backticks (` and ```) to quote code, so it is easy to read. This post can be linked to new users who are confused by this feature. Why By quoting your code, you get a monospaced font (which preserves indentation) and syntax highlighting. This makes it easier to read your code and help you. Displayed code looks like this: function displayed\_code(x::Int, y::Int) if x \< y println("x is smaller") else println("or not") end end Inline…

---

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [January 27, 2019, 3:35pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/4 "2019-01-27T15:35:54Z")

</div>

As shown below, upon adding Blosc, it apparently stops & drops into ZSH showing the name of my PC followed by a “#” sign  
If I do it again after exiting ZSH, it would “work meaning no error”  
_and_ “add IJulia” again shows no error,  
_however_ “using IJulia” would end up with the same error of “Blosc not installed properly…”

| | |_| | | | (_| | | Version 1.1.0 (2019-01-21)  
_/ |\ __‘_|_|_|\__ ’\_| | Official [https://julialang.org/](https://julialang.org/) release  
|\_\_/ |

(v1.1) pkg\> add Blosc  
Updating registry at `C:\Users\John\.julia\registries\General`  
Updating git-repo `https://github.com/JuliaRegistries/General.git`  
Resolving package versions…  
Installed MbedTLS Ä v0.6.7  
Updating `C:\Users\John\.julia\environments\v1.1\Project.toml`  
[no changes]  
Updating `C:\Users\John\.julia\environments\v1.1\Manifest.toml`  
[739be429] MbedTLS v0.6.6 ? v0.6.7  
Building MbedTLS `C:\Users\John\.julia\packages\MbedTLS\XkQiX\deps\build.log`  
ZEN8# eexit

(v1.1) pkg\> add Blosc  
Resolving package versions…  
Updating `C:\Users\John\.julia\environments\v1.1\Project.toml`  
[no changes]  
Updating `C:\Users\John\.julia\environments\v1.1\Manifest.toml`  
[no changes]

(v1.1) pkg\> add IJulia  
Resolving package versions…  
Updating `C:\Users\John\.julia\environments\v1.1\Project.toml`  
[no changes]  
Updating `C:\Users\John\.julia\environments\v1.1\Manifest.toml`  
[no changes]

julia\> using IJulia  
[Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a]  
ERROR: LoadError: Blosc not installed properly, run Pkg.build(“ZMQ”), restart Julia and try again  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] top-level scope at C:\Users\John.julia\packages\ZMQ\ABGOx\src\ZMQ.jl:14  
[3] include at .\boot.jl:326 [inlined]  
[4] include\_relative(::Module, ::String) at .\loading.jl:1038  
[5] include(::Module, ::String) at .\sysimg.jl:29  
[6] top-level scope at none:2  
[7] eval at .\boot.jl:328 [inlined]  
[8] eval(::Expr) at .\client.jl:404  
[9] top-level scope at .\none:3  
in expression starting at C:\Users\John.julia\packages\ZMQ\ABGOx\src\ZMQ.jl:13  
ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to C:\Users\John.julia\compiled\v1.1\ZMQ\CaaO6.ji.  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197  
[3] \_require(::Base.PkgId) at .\loading.jl:960  
[4] require(::Base.PkgId) at .\loading.jl:858  
[5] require(::Module, ::Symbol) at .\loading.jl:853  
[6] include at .\boot.jl:326 [inlined]  
[7] include\_relative(::Module, ::String) at .\loading.jl:1038  
[8] include(::Module, ::String) at .\sysimg.jl:29  
[9] top-level scope at none:2  
[10] eval at .\boot.jl:328 [inlined]  
[11] eval(::Expr) at .\client.jl:404  
[12] top-level scope at .\none:3  
in expression starting at C:\Users\John.julia\packages\IJulia\fjEtl\src\IJulia.jl:36  
ERROR: Failed to precompile IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] to C:\Users\John.julia\compiled\v1.1\IJulia\nfu7T.ji.  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197  
[3] \_require(::Base.PkgId) at .\loading.jl:960  
[4] require(::Base.PkgId) at .\loading.jl:858  
[5] require(::Module, ::Symbol) at .\loading.jl:853

---

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [January 27, 2019, 3:45pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/5 "2019-01-27T15:45:36Z")

</div>

the build log may contain information about the error:

> [@sloggers](#):
>
> `C:\Users\John\.julia\packages\MbedTLS\XkQiX\deps\build.log`

---

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [January 27, 2019, 3:52pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/6 "2019-01-27T15:52:54Z")

</div>

> [@Tamas\_Papp](#):
>
> C:\Users\John.julia\packages\MbedTLS\XkQiX\deps\build.log

This is content of the log file below:

â"O Warning: platform\_key() is deprecated, use platform\_key\_abi() from now on  
â", caller = ip:0x0  
â"" @ Core :-1  
[Info: Downloading [https://github.com/JuliaWeb/MbedTLSBuilder/releases/download/v0.17.0/MbedTLS.v2.16.0.x86\_64-w64-mingw32.tar.gz](https://github.com/JuliaWeb/MbedTLSBuilder/releases/download/v0.17.0/MbedTLS.v2.16.0.x86_64-w64-mingw32.tar.gz) to C:\Users\John.j  
ulia\packages\MbedTLS\XkQiX\deps\usr\downloads\MbedTLS.v2.16.0.x86\_64-w64-mingw32.tar.gz…  
[ Info: using prebuilt binaries

---

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [January 30, 2019, 2:31am UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/7 "2019-01-30T02:31:30Z")

</div>

I started from scratch (uninstall 1.1 then re-download v1.1 Julia then install), below is relevant screen capture & log files  
Please advise  
------------------------------------ console  
[4ec0a83e] + Unicode  
Building Conda ÄÄ `C:\Users\John\.julia\packages\Conda\CpuvI\deps\build.log`  
Building ZMQ ÄÄÄÄ `C:\Users\John\.julia\packages\ZMQ\ABGOx\deps\build.log`  
ZEN8# eexit  
Building MbedTLS ? `C:\Users\John\.julia\packages\MbedTLS\XkQiX\deps\build.log`  
ZEN8# eexit  
Building IJulia -? `C:\Users\John\.julia\packages\IJulia\fjEtl\deps\build.log`  
------------------------------------ C:\Users\John.julia\packages\IJulia\fjEtl\deps\build.log  
WARNING: eval into closed module Base:  
Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:…, :kwargs)), :start, :stop) = Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:kw, :stop, :stop), Expr(:…, :kwargs)), :start)))  
\*\* incremental compilation may be broken for this module \*\*

WARNING: Method definition range(Any, Any) in module Base at range.jl:90 overwritten at C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl:1891.  
WARNING: Method definition #range(Any, typeof(Base.range), Any, Any) in module Base overwritten.  
WARNING: eval into closed module Base:  
Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:…, :kwargs)), :start, :stop) = Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:kw, :stop, :stop), Expr(:…, :kwargs)), :start)))  
\*\* incremental compilation may be broken for this module \*\*

WARNING: Method definition range(Any, Any) in module Base at range.jl:90 overwritten at C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl:1891.  
WARNING: Method definition #range(Any, typeof(Base.range), Any, Any) in module Base overwritten.  
[ Info: Installing Julia kernelspec in C:\Users\John\AppData\Roaming\jupyter\kernels\julia-1.1  
------------------------------------MbedTLS  
WARNING: eval into closed module Base:  
Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:…, :kwargs)), :start, :stop) = Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:kw, :stop, :stop), Expr(:…, :kwargs)), :start)))  
\*\* incremental compilation may be broken for this module \*\*

WARNING: Method definition range(Any, Any) in module Base at range.jl:90 overwritten at C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl:1891.  
WARNING: Method definition #range(Any, typeof(Base.range), Any, Any) in module Base overwritten.  
WARNING: eval into closed module Base:  
Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:…, :kwargs)), :start, :stop) = Expr(:block, #= Symbol(“C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl”):1891 =#, Expr(:call, :range, Expr(:parameters, Expr(:kw, :stop, :stop), Expr(:…, :kwargs)), :start)))  
\*\* incremental compilation may be broken for this module \*\*

WARNING: Method definition range(Any, Any) in module Base at range.jl:90 overwritten at C:\Users\John.julia\packages\Compat\hsya0\src\Compat.jl:1891.  
WARNING: Method definition #range(Any, typeof(Base.range), Any, Any) in module Base overwritten.  
[ Info: Installing Julia kernelspec in C:\Users\John\AppData\Roaming\jupyter\kernels\julia-1.1  
------------------------------------ZMQ  
┌ Warning: platform\_key() is deprecated, use platform\_key\_abi() from now on  
│ caller = ip:0x0  
└ @ Core :-1  
┌ Warning: Could not extract the platform key of [https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86\_64-w64-mingw32.tar.gz](https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86_64-w64-mingw32.tar.gz); continuing…  
└ @ BinaryProvider C:\Users\John.julia\packages\BinaryProvider\4F5Hq\src\Prefix.jl:185  
[Info: Downloading [https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86\_64-w64-mingw32.tar.gz](https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86_64-w64-mingw32.tar.gz) to C:\Users\John.julia\packages\ZMQ\ABGOx\deps\usr\downloads\ZMQ.x86\_64-w64-mingw32.tar.gz…  
------------------------------------Conda  
empty!

---

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [January 30, 2019, 2:50am UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/8 "2019-01-30T02:50:55Z")

</div>

To test the hypothesis that Julia 1.1 & IJulia don’t work, I uninstalled 1.1 & installed 1.0.3 & notebook() works now (as of 01/29/2019/TUE/9:50pm/ET)

---

<div class="post-metadata">

### Author: ![kklocker](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kklocker/32/7111_2.png) [@kklocker](https://discourse.julialang.org/u/kklocker)
#### Post date: [February 20, 2019, 2:53pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/9 "2019-02-20T14:53:13Z")

</div>

I also have a similar problem with IJulia, are there any ways to fix this using Julia 1.1.0?

---

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [February 20, 2019, 3:46pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/10 "2019-02-20T15:46:54Z")

</div>

I stopped testing Julia: given the lack of response I concluded, for now, Julia isn’t stable/mature enough relative to the #of experts out there that are willing to help

---

<div class="post-metadata">

### Author: ![kklocker](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kklocker/32/7111_2.png) [@kklocker](https://discourse.julialang.org/u/kklocker)
#### Post date: [February 20, 2019, 4:03pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/11 "2019-02-20T16:03:05Z")

</div>

I got kind of the same idea - as i am a basic user, there is only so much i bother checking for errors before giving up, but i really want it to just work.

---

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [February 20, 2019, 5:03pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/12 "2019-02-20T17:03:40Z")

</div>

@sloggers @kklocker I reported the same issue with IJulia on this discussion board.  
I got some suggestions from two people and was able to solve the issue.

> [@IJulia not updated to 1.1](https://discourse.julialang.org/t/ijulia-not-updated-to-1-1/20217):
>
> I know I have no right to kvetch as I dont contribute to IJulia. I am setting up a demo for the company I work for tomorrow, to show off Julia plotting some seismic data. I have a small example working in the REPL. Now I Want to show the power of setting up Jupyter notebooks with Julia on your own laptop. But IJulia is not offering me 1.1.0 notebooks - and I just spent an hour at 4am UK time on this version. Sorry to the maintaniers of IJulia. Not worthy of me but arggghhh

Please do nto abandon Julia because of this issue. If you were to abandon a language every time you came across a problem you would rapidly be using an abaqus.  
This is a good and friendly community. Join in, stick with it and you will be givign advice to others sooner rather than later.

---

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [February 20, 2019, 5:05pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/13 "2019-02-20T17:05:24Z")

</div>

To make it clear, my issue was on Windows 10 and I had the PATH variable set to Julia 1.0.1 - which meant that IJulia did not build with version 1.1  
Simple error, simple fix.

---

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [February 20, 2019, 5:24pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/14 "2019-02-20T17:24:46Z")

</div>

When you do have 1.1 working with latest IJulia, please let us know the steps in detail.  
Love to try it again.

---

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [February 20, 2019, 6:08pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/15 "2019-02-20T18:08:30Z")

</div>

No problems. It is working!  
May I ask which OS you are using?  
Im my case windows 10 - I had to change the PATH variable which was set for an old Julia 1.0.1 installation.

My apologies - I read your initial post and it is Windows.  
I would check your PATH variable.  
Then in Pkg\> remove IJulia  
Pkg\> add IJulia

---

<div class="post-metadata">

### Author: ![sloggers](https://avatars.discourse-cdn.com/v4/letter/s/7cd45c/32.png) [@sloggers](https://discourse.julialang.org/u/sloggers)
#### Post date: [February 20, 2019, 7:06pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/16 "2019-02-20T19:06:24Z")

</div>

## win8.1pro/64bit uninstalled 1.0.3 uninstalled 1.1.0 fresh install 1.1.0 double checked PATH has h:\julia-1.1.0 \*\* able to install IJulia now \*\* however, got **internal error** as shown below upon creation of new notebook with 1.1.0

[10] \_start() at .\client.jl:436  
in expression starting at C:\Users\John.julia\packages\IJulia\fjEtl\src\kernel.jl:1  
[I 13:58:52.104 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports  
kernel 776ce152-4068-46e6-978d-1a09ad3eee31 restarted  
[Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a]  
ERROR: LoadError: IJulia not properly installed. Please run Pkg.build(“IJulia”)  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] top-level scope at none:0  
[3] include at .\boot.jl:326 [inlined]  
[4] include\_relative(::Module, ::String) at .\loading.jl:1038  
[5] include(::Module, ::String) at .\sysimg.jl:29  
[6] top-level scope at none:2  
[7] eval at .\boot.jl:328 [inlined]  
[8] eval(::Expr) at .\client.jl:404  
[9] top-level scope at .\none:3  
in expression starting at C:\Users\John.julia\packages\IJulia\4UizY\src\IJulia.jl:45  
ERROR: LoadError: Failed to precompile IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] to C:\Users\John.julia\compiled\v1.1\IJulia\nfu7T.ji.  
Stacktrace:  
[1] error(::String) at .\error.jl:33  
[2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197  
[3] \_require(::Base.PkgId) at .\loading.jl:960  
[4] require(::Base.PkgId) at .\loading.jl:858  
[5] require(::Module, ::Symbol) at .\loading.jl:853  
[6] include at .\boot.jl:326 [inlined]  
[7] include\_relative(::Module, ::String) at .\loading.jl:1038  
[8] include(::Module, ::String) at .\sysimg.jl:29  
[9] exec\_options(::Base.JLOptions) at .\client.jl:267  
[10] \_start() at .\client.jl:436  
in expression starting at C:\Users\John.julia\packages\IJulia\fjEtl\src\kernel.jl:1  
Internal error: encountered unexpected error in runtime:  
InterruptException()  
jl\_mutex\_unlock at /home/Administrator/buildbot/worker/package\_win64/build/src\locks.h:138 [inlined]  
jl\_typeinf\_end at /home/Administrator/buildbot/worker/package\_win64/build/src\gf.c:2610  
typeinf\_ext at .\compiler\typeinfer.jl:577  
typeinf\_ext at .\compiler\typeinfer.jl:613  
jfptr\_typeinf\_ext\_1.clone\_1 at H:\Julia-1.1.0\lib\julia\sys.dll (unknown line)  
jl\_apply\_generic at /home/Administrator/buildbot/worker/package\_win64/build/src\gf.c:2219 [inlined]  
jl\_apply at /home/Administrator/buildbot/worker/package\_win64/build/src\julia.h:1571 [inlined]  
jl\_type\_infer at /home/Administrator/buildbot/worker/package\_win64/build/src\gf.c:277  
jl\_compile\_method\_internal at /home/Administrator/buildbot/worker/package\_win64/build/src\gf.c:1819 [inlined]  
jl\_fptr\_trampoline at /home/Administrator/buildbot/worker/package\_win64/build/src\gf.c:1863  
jl\_apply\_generic at /home/Administrator/buildbot/worker/package\_win64/build/src\gf.c:2219  
run\_main\_repl at .\client.jl:391  
exec\_options at .\client.jl:284  
\_start at .\client.jl:436  
jl\_apply\_generic at /home/Administrator/buildbot/worker/package\_win64/build/src\gf.c:2219  
jl\_apply at /home/Administrator/buildbot/worker/package\_win64/build/src\julia.h:1571 [inlined]  
true\_main at /home/Administrator/buildbot/worker/package\_win64/build/ui\repl.c:96  
wmain at /home/Administrator/buildbot/worker/package\_win64/build/ui\repl.c:217  
\_\_tmainCRTStartup at /usr/src/debug/mingw64-x86\_64-runtime-5.0.3-1/crt\crtexe.c:329  
mainCRTStartup at /usr/src/debug/mingw64-x86\_64-runtime-5.0.3-1/crt\crtexe.c:212  
BaseThreadInitThunk at C:\WINDOWS\system32\KERNEL32.DLL (unknown line)  
RtlUserThreadStart at C:\WINDOWS\SYSTEM32\ntdll.dll (unknown line)  
[I 13:58:58.114 NotebookApp] Interrupted…  
[I 13:58:58.116 NotebookApp] Shutting down 1 kernel  
[I 13:58:58.117 NotebookApp] Kernel shutdown: 776ce152-4068-46e6-978d-1a09ad3eee31

---

<div class="post-metadata">

### Author: ![kklocker](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kklocker/32/7111_2.png) [@kklocker](https://discourse.julialang.org/u/kklocker)
#### Post date: [February 20, 2019, 9:39pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/17 "2019-02-20T21:39:28Z")

</div>

I get almost the same error:  
This was **after** i added julia to PATH.

```julia
(v1.1) pkg> remove IJulia
  Updating `C:\Users\KarlKristian\.julia\environments\v1.1\Project.toml`
  [7073ff75] - IJulia v1.17.0
  Updating `C:\Users\KarlKristian\.julia\environments\v1.1\Manifest.toml`
  [7073ff75] - IJulia v1.17.0
  [739be429] - MbedTLS v0.6.7
  [b85f4697] - SoftGlobalScope v1.0.9

(v1.1) pkg> add IJulia
  Updating registry at `C:\Users\KarlKristian\.julia\registries\General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
 Resolving package versions...
  Updating `C:\Users\KarlKristian\.julia\environments\v1.1\Project.toml`
  [7073ff75] + IJulia v1.17.0
  Updating `C:\Users\KarlKristian\.julia\environments\v1.1\Manifest.toml`
  [7073ff75] + IJulia v1.17.0
  [739be429] + MbedTLS v0.6.7
  [b85f4697] + SoftGlobalScope v1.0.9

julia> using IJulia
[Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a]

ERROR: LoadError: Blosc not installed properly, run Pkg.build("ZMQ"), restart Julia and try again
Stacktrace:
 [1] error(::String) at .\error.jl:33
 [2] top-level scope at C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\src\ZMQ.jl:14
 [3] include at .\boot.jl:326 [inlined]
 [4] include_relative(::Module, ::String) at .\loading.jl:1038
 [5] include(::Module, ::String) at .\sysimg.jl:29
 [6] top-level scope at none:2
 [7] eval at .\boot.jl:328 [inlined]
 [8] eval(::Expr) at .\client.jl:404
 [9] top-level scope at .\none:3
in expression starting at C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\src\ZMQ.jl:13

ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to C:\Users\KarlKristian\.julia\compiled\v1.1\ZMQ\CaaO6.ji.
Stacktrace:
 [1] error(::String) at .\error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197
 [3] _require(::Base.PkgId) at .\loading.jl:960
 [4] require(::Base.PkgId) at .\loading.jl:858
 [5] require(::Module, ::Symbol) at .\loading.jl:853
 [6] include at .\boot.jl:326 [inlined]
 [7] include_relative(::Module, ::String) at .\loading.jl:1038
 [8] include(::Module, ::String) at .\sysimg.jl:29
 [9] top-level scope at none:2
 [10] eval at .\boot.jl:328 [inlined]
 [11] eval(::Expr) at .\client.jl:404
 [12] top-level scope at .\none:3
in expression starting at C:\Users\KarlKristian\.julia\packages\IJulia\4UizY\src\IJulia.jl:36

ERROR: Failed to precompile IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] to C:\Users\KarlKristian\.julia\compiled\v1.1\IJulia\nfu7T.ji.
Stacktrace:
 [1] error(::String) at .\error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at .\loading.jl:1197
 [3] _require(::Base.PkgId) at .\loading.jl:960
 [4] require(::Base.PkgId) at .\loading.jl:858
 [5] require(::Module, ::Symbol) at .\loading.jl:853

julia>

```

Building ZMQ after removing and adding shows

```julia
(v1.1) pkg> build ZMQ
  Building ZMQ → `C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\deps\build.log`
┌ Error: Error building `ZMQ`:
│ ┌ Warning: platform_key() is deprecated, use platform_key_abi() from now on
│ │ caller = ip:0x0
│ └ @ Core :-1
│ ┌ Warning: Could not extract the platform key of https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86_64-w64-mingw32.tar.gz; continuing...
│ └ @ BinaryProvider C:\Users\KarlKristian\.julia\packages\BinaryProvider\4F5Hq\src\Prefix.jl:185
│ ERROR: LoadError: IOError: stat: invalid argument (EINVAL)
│ Stacktrace:
│ [1] stat(::String) at .\stat.jl:68
│ [2] isfile at .\stat.jl:303 [inlined]
│ [3] #install#133(::Prefix, ::String, ::Bool, ::Bool, ::Bool, ::Function, ::String, ::String) at C:\Users\KarlKristian\.julia\packages\BinaryProvider\4F5Hq\src\Prefix.jl:331
│ [4] (::getfield(BinaryProvider, Symbol("#kw##install")))(::NamedTuple{(:prefix, :force, :verbose),Tuple{Prefix,Bool,Bool}}, ::typeof(install), ::String, ::String) at .\none:0
│ [5] top-level scope at C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\deps\build.jl:44
│ [6] include at .\boot.jl:326 [inlined]
│ [7] include_relative(::Module, ::String) at .\loading.jl:1038
│ [8] include(::Module, ::String) at .\sysimg.jl:29
│ [9] include(::String) at .\client.jl:403
│ [10] top-level scope at none:0
│ in expression starting at C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\deps\build.jl:40
└ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.1\Pkg\src\Operations.jl:1075

(v1.1) pkg>

```

---

<div class="post-metadata">

### Author: ![aaowens](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aaowens/32/12101_2.png) [@aaowens](https://discourse.julialang.org/u/aaowens)
#### Post date: [February 20, 2019, 10:45pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/18 "2019-02-20T22:45:08Z")

</div>

I’m not familiar with using Julia on Windows, but maybe delete your .julia folder? This will remove all your packages. Then try installing IJulia and everything else again.

---

<div class="post-metadata">

### Author: ![kklocker](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kklocker/32/7111_2.png) [@kklocker](https://discourse.julialang.org/u/kklocker)
#### Post date: [February 21, 2019, 11:03am UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/19 "2019-02-21T11:03:53Z")

</div>

Same error occured, it failes on ZMQ and MbedTLS, whatever those are.

```julia
(v1.1) pkg> add IJulia
   Cloning default registries into `C:\Users\KarlKristian\.julia`
   Cloning registry from "https://github.com/JuliaRegistries/General.git"
     Added registry `General` to `C:\Users\KarlKristian\.julia\registries\General`
 Resolving package versions...
 Installed SoftGlobalScope ─ v1.0.9
 Installed Conda ─────────── v1.2.0
 Installed Compat ────────── v1.5.1
 Installed ZMQ ───────────── v1.0.0
 Installed IJulia ────────── v1.17.0
 Installed BinaryProvider ── v0.5.3
 Installed JSON ──────────── v0.20.0
 Installed MbedTLS ───────── v0.6.7
 Installed VersionParsing ── v1.1.3
  Updating `C:\Users\KarlKristian\.julia\environments\v1.1\Project.toml`
  [7073ff75] + IJulia v1.17.0
  Updating `C:\Users\KarlKristian\.julia\environments\v1.1\Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.3
  [34da2185] + Compat v1.5.1
  [8f4d0f93] + Conda v1.2.0
  [7073ff75] + IJulia v1.17.0
  [682c06a0] + JSON v0.20.0
  [739be429] + MbedTLS v0.6.7
  [b85f4697] + SoftGlobalScope v1.0.9
  [81def892] + VersionParsing v1.1.3
  [c2297ded] + ZMQ v1.0.0
  [2a0f44e3] + Base64
  [ade2ca70] + Dates
  [8bb1440f] + DelimitedFiles
  [8ba89e20] + Distributed
  [7b1f6079] + FileWatching
  [b77e0a4c] + InteractiveUtils
  [76f85450] + LibGit2
  [8f399da3] + Libdl
  [37e2e46d] + LinearAlgebra
  [56ddb016] + Logging
  [d6f4376e] + Markdown
  [a63ad114] + Mmap
  [44cfe95a] + Pkg
  [de0858da] + Printf
  [3fa0cd96] + REPL
  [9a3f8284] + Random
  [ea8e919c] + SHA
  [9e88b42a] + Serialization
  [1a1011a3] + SharedArrays
  [6462fe0b] + Sockets
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [8dfed614] + Test
  [cf7118a7] + UUIDs
  [4ec0a83e] + Unicode
  Building Conda ──→ `C:\Users\KarlKristian\.julia\packages\Conda\CpuvI\deps\build.log`
  Building ZMQ ────→ `C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\deps\build.log`
┌ Error: Error building `ZMQ`:
│ ┌ Warning: platform_key() is deprecated, use platform_key_abi() from now on
│ │ caller = ip:0x0
│ └ @ Core :-1
│ ┌ Warning: Could not extract the platform key of https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86_64-w64-mingw32.tar.gz; continuing...
│ └ @ BinaryProvider C:\Users\KarlKristian\.julia\packages\BinaryProvider\4F5Hq\src\Prefix.jl:185
│ [ Info: Downloading https://github.com/JuliaInterop/ZMQBuilder/releases/download/v4.2.5+6/ZMQ.x86_64-w64-mingw32.tar.gz to C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\deps\usr\downloads\ZMQ.x86_64-w64-mingw32.tar.gz...
│ ERROR: LoadError: IOError: stat: invalid argument (EINVAL)
│ Stacktrace:
│ [1] stat(::String) at .\stat.jl:68
│ [2] isfile at .\stat.jl:303 [inlined]
│ [3] #install#133(::Prefix, ::String, ::Bool, ::Bool, ::Bool, ::Function, ::String, ::String) at C:\Users\KarlKristian\.julia\packages\BinaryProvider\4F5Hq\src\Prefix.jl:331
│ [4] (::getfield(BinaryProvider, Symbol("#kw##install")))(::NamedTuple{(:prefix, :force, :verbose),Tuple{Prefix,Bool,Bool}}, ::typeof(install), ::String, ::String) at .\none:0
│ [5] top-level scope at C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\deps\build.jl:44
│ [6] include at .\boot.jl:326 [inlined]
│ [7] include_relative(::Module, ::String) at .\loading.jl:1038
│ [8] include(::Module, ::String) at .\sysimg.jl:29
│ [9] include(::String) at .\client.jl:403
│ [10] top-level scope at none:0
│ in expression starting at C:\Users\KarlKristian\.julia\packages\ZMQ\ABGOx\deps\build.jl:40
└ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.1\Pkg\src\Operations.jl:1075
  Building MbedTLS → `C:\Users\KarlKristian\.julia\packages\MbedTLS\XkQiX\deps\build.log`
┌ Error: Error building `MbedTLS`:
│ ┌ Warning: platform_key() is deprecated, use platform_key_abi() from now on
│ │ caller = ip:0x0
│ └ @ Core :-1
│ [ Info: Downloading https://github.com/JuliaWeb/MbedTLSBuilder/releases/download/v0.17.0/MbedTLS.v2.16.0.x86_64-w64-mingw32.tar.gz to C:\Users\KarlKristian\.julia\packages\MbedTLS\XkQiX\deps\usr\downloads\MbedTLS.v2.16.0.x86_64-w64-mingw32.tar.gz...
│ ERROR: LoadError: IOError: stat: invalid argument (EINVAL)
│ Stacktrace:
│ [1] stat(::String) at .\stat.jl:68
│ [2] isfile at .\stat.jl:303 [inlined]
│ [3] #install#133(::Prefix, ::String, ::Bool, ::Bool, ::Bool, ::Function, ::String, ::String) at C:\Users\KarlKristian\.julia\packages\BinaryProvider\4F5Hq\src\Prefix.jl:331
│ [4] (::getfield(BinaryProvider, Symbol("#kw##install")))(::NamedTuple{(:prefix, :force, :verbose),Tuple{Prefix,Bool,Bool}}, ::typeof(install), ::String, ::String) at .\none:0
│ [5] top-level scope at C:\Users\KarlKristian\.julia\packages\MbedTLS\XkQiX\deps\build.jl:48
│ [6] include at .\boot.jl:326 [inlined]
│ [7] include_relative(::Module, ::String) at .\loading.jl:1038
│ [8] include(::Module, ::String) at .\sysimg.jl:29
│ [9] include(::String) at .\client.jl:403
│ [10] top-level scope at none:0
│ in expression starting at C:\Users\KarlKristian\.julia\packages\MbedTLS\XkQiX\deps\build.jl:44
└ @ Pkg.Operations C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.1\Pkg\src\Operations.jl:1075
  Building IJulia ─→ `C:\Users\KarlKristian\.julia\packages\IJulia\4UizY\deps\build.log`

```

---

<div class="post-metadata">

### Author: ![johnh](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/johnh/32/3615_2.png) [@johnh](https://discourse.julialang.org/u/johnh)
#### Post date: [February 21, 2019, 4:46pm UTC](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147/20 "2019-02-21T16:46:29Z")

</div>

TO find the dependencies of any package, go to the package home page, for instance

> **[GitHub - JuliaLang/IJulia.jl: Julia kernel for Jupyter](https://github.com/JuliaLang/IJulia.jl)**
>
> Julia kernel for Jupyter. Contribute to JuliaLang/IJulia.jl development by creating an account on GitHub.

Then look in the REQUIRE file. You will have to do a little searching to find the package home pages.

[Next page](https://discourse.julialang.org/t/add-ijulia-installation-julia-1-1-failed-1-0-3-works/20147.md?page=2)
