Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems installing IJulia with Julia 0.4 on Ubuntu #386

Closed
rdeits opened this issue Nov 11, 2015 · 1 comment
Closed

Problems installing IJulia with Julia 0.4 on Ubuntu #386

rdeits opened this issue Nov 11, 2015 · 1 comment

Comments

@rdeits
Copy link
Contributor

rdeits commented Nov 11, 2015

I've been trying to install IJulia with Julia 0.4 on Ubuntu 14.04, but I've been unable to get it to work. Attempting to run:

Pkg.add("IJulia")

gives:

INFO: Building IJulia
INFO: Precompiling module JSON...
INFO: Precompiling module Conda...
INFO: Recompiling stale cache file /home/rdeits/.julia/lib/v0.4/Conda.ji for module Conda.
WARNING: Module BinDeps uuid did not match cache file
========================================================================[ ERROR: IJulia ]========================================================================

LoadError: __precompile__(true) but require failed to create a precompiled cache file
while loading /home/rdeits/.julia/v0.4/IJulia/deps/build.jl, in expression starting on line 2

=================================================================================================================================================================

========================================================================[ BUILD ERRORS ]=========================================================================

WARNING: IJulia had build errors.

 - packages with build errors remain installed in /home/rdeits/.julia/v0.4
 - build the package(s) and all dependencies with `Pkg.build("IJulia")`
 - build a single package by running its `deps/build.jl` script

=================================================================================================================================================================
INFO: Package database updated

I've purged julia, deleted ~/.julia, and all the julia-related files from .ipython, and reinstalled julia 0.4 from the staticfloat PPA, and I'm getting the same result.

After this failure, I can complete the build, by restarting Julia and running Pkg.build("IJulia"). However, the installation doesn't actually seem to be functional. Running notebook() gives me the jupyter web interface, and I can create a new Julia 0.4 notebook, but executing any cell in that notebook just results in no output whatsoever from the kernel.

As additional info: I can successfully install IJulia on Julia 0.3, but I still get no response from the kernel. Here's what the output looks like:

screenshot from 2015-11-11 10 42 14

Any advice or suggestions? I'm happy to help try to debug this, but I'm not really sure where to start.

@yuyichao
Copy link
Contributor

Dup of JuliaLang/julia#13915 and JuliaLang/julia#13200. The workaround is to just try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants