quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 16 forks source link

ijulia never launches on Mac #76

Open lewisl opened 9 years ago

lewisl commented 9 years ago

I either get the new tab, but never the julia startup or I get *\ dead kernel. Julia is installed with the right packages as jupyter notebook launches in the browser with a working Julia kernel.

Here is my setup. I've also tried with "julia": "julia" and that doesn't work.
"osx": { "zmq_shared_library": "/Users/lewislevinmbr/.julia/v0.4/Homebrew/deps/usr/lib/libzmq.dylib", "commands": [ { "command_name": "default", "julia": "/Applications/Julia-0.4.0.app/Contents/Resources/julia/bin/julia", "julia_args": "", "ijulia_kernel": "/Users/lewislevinmbr/.julia/v0.4/IJulia/src/kernel.jl" } ] },

Version of julia is 0.4.0 released.

No clue what to do.

lewisl commented 9 years ago

I uninstalled the package, deleted the settings file.

Reinstalled. No go.

In Julia, I ran Pkg.update() and Pkg.build(). Went back to Sublime. Still no go.

Something big and simple is broken; no clue what it could be. No diagnostics whatever.

lewisl commented 9 years ago

Should have noted version of ijulia package is 1.1.7.

clarencejlee commented 9 years ago

I also ran into this problem. There is a compatibility issue with IJulia v. 1.1.7. Have you tried pinning it to an earlier version? See this thread here:

https://github.com/quinnj/Sublime-IJulia/issues/74

lewisl commented 9 years ago

Haven’t tried another version. Which version do you think is clean? Works great with Jupyter in the browser so not sure I want to go back.

Who’s “bug” is it to fix?

On Oct 17, 2015, at 6:45 AM, clarencejlee notifications@github.com<mailto:notifications@github.com> wrote:

I also ran into this problem. There is a compatibility issue with IJulia v. 1.1.7. Have you tried pinning it to an earlier version? See this thread here:

74https://github.com/quinnj/Sublime-IJulia/issues/74

— Reply to this email directly or view it on GitHubhttps://github.com/quinnj/Sublime-IJulia/issues/76#issuecomment-148917079.