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

Error starting IJulia plugins on v0.4 and v0.5 #79

Open
rieser opened this issue Nov 18, 2015 · 3 comments
Open

Error starting IJulia plugins on v0.4 and v0.5 #79

rieser opened this issue Nov 18, 2015 · 3 comments

Comments

@rieser
Copy link

rieser commented Nov 18, 2015

I get the following errors when starting IJulia on v0.4 and v0.5:

for v0.4:

Starting IJulia backend...
Command Executed: julia /home/user/.julia/v0.4/IJulia/src/kernel.jl "/home/user/.config/sublime-text-3/Packages/User/profile-1.json"
Exception in thread Thread-5:
Traceback (most recent call last):
File "./threading.py", line 901, in _bootstrap_inner
File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 412, in run
r = self.handlers.get(m, self.pyin_h)()
File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 378, in stdout_h
data = self.get_stdout()
File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 328, in get_stdout
data = m.content['data']
KeyError: 'data'

for v0.5, the error is similar:
Starting IJulia backend...
Command Executed: julia /home/user/.julia/v0.5/IJulia/src/kernel.jl "/home/user/.config/sublime-text-3/Packages/User/profile-1.json"
Exception in thread Thread-5:
Traceback (most recent call last):
File "./threading.py", line 901, in _bootstrap_inner
File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 412, in run
r = self.handlers.get(m, self.pyin_h)()
File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 378, in stdout_h
data = self.get_stdout()
File "/home/user/.config/sublime-text-3/Packages/IJulia/Kernel.py", line 328, in get_stdout
data = m.content['data']
KeyError: 'data'

In both cases, a new tab opens in Sublime 3, but the Julia banner never appears.

@rieser
Copy link
Author

rieser commented Nov 18, 2015

That is, julia versions 0.4 and 0.5

@carlosfamilia
Copy link

Any news on this?

@rieser
Copy link
Author

rieser commented Oct 25, 2016

Personally, I just changed to using a different editor and running julia
through the terminal, which, while not ideal, works fine.

On 20 October 2016 at 16:57, Carlos Familia [email protected]
wrote:

Any news on this?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#79 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADuNjw7XzrLSvs5eSCUkqpFZf679Dauiks5q1-PWgaJpZM4GlGdx
.

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