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

Failing to launch Octave Kernel (Ubuntu 20.04) #182

Open
creatoroid opened this issue Dec 30, 2020 · 1 comment
Open

Failing to launch Octave Kernel (Ubuntu 20.04) #182

creatoroid opened this issue Dec 30, 2020 · 1 comment

Comments

@creatoroid
Copy link

creatoroid commented Dec 30, 2020

Hi there!

So I've been trying to get this kernel to work for sometime now with no luck. I've tried both methods described in the README, and I always get the same error.

image

[I 2020-12-31 06:12:03.848 ServerApp] Kernel started: a266612c-98a4-4fd1-b2bf-72b4154c3505 /usr/bin/python3: No module named octave_kernel [I 2020-12-31 06:12:06.848 ServerApp] KernelRestarter: restarting kernel (1/5), new random ports /usr/bin/python3: No module named octave_kernel [I 2020-12-31 06:12:09.855 ServerApp] KernelRestarter: restarting kernel (2/5), new random ports /usr/bin/python3: No module named octave_kernel [I 2020-12-31 06:12:12.864 ServerApp] KernelRestarter: restarting kernel (3/5), new random ports /usr/bin/python3: No module named octave_kernel [I 2020-12-31 06:12:15.870 ServerApp] KernelRestarter: restarting kernel (4/5), new random ports /usr/bin/python3: No module named octave_kernel [W 2020-12-31 06:12:18.877 ServerApp] KernelRestarter: restart failed [W 2020-12-31 06:12:18.877 ServerApp] Kernel a266612c-98a4-4fd1-b2bf-72b4154c3505 died, removing from map.

I'm on Ubuntu 20.04.

@creatoroid creatoroid changed the title Failing to launch Octave Kernel Failing to launch Octave Kernel (Ubuntu 20.04) Dec 30, 2020
@blink1073
Copy link
Contributor

It looks like you have octave_kernel installed in a different place than jupyter, which is installed in /usr/bin/python3 on your machine. You could try installing the kernel as /usr/bin/python3 -m pip install octave_kernel, and then run jupyter kernelspec list to make sure it was discovered.

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