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

Hydrogen successfully installed but wont execute #1538

Closed
zlang19 opened this issue Feb 8, 2019 · 5 comments
Closed

Hydrogen successfully installed but wont execute #1538

zlang19 opened this issue Feb 8, 2019 · 5 comments

Comments

@zlang19
Copy link

zlang19 commented Feb 8, 2019

Description:

This issue is very similar to #499 but that issue is very old and closed.

Hydrogen doesn't execute anything. When I use hydrogen run/runAll it does't produce any output: No loading, checkmark, result, or debug console output. The first time I try running, it properly says "hydrogen kernels updated" but nothing after that. A difference between this issue and the one mention above, the hydrogen commands do not go away after the first attempt, I can keep attempting. I have tried uninstalling atom and hydrogen.

Steps to Reproduce:

cmd-enter
cmd-shift-enter
cmd-ctrl-enter
cmd-alt-enter
Packages -> Hydrogen -> Run
Packages -> Hydrogen -> Run All

Versions:

Atom 1.34.0
Hydrogen 2.8.0
Python 3.7
MacOS Mojave 10.14.2

Logs:

No logs appear, so let me know if there's anything I can do to provide more debug information

screen shot 2019-02-08 at 11 23 29 am

@BenRussert
Copy link
Member

Can you try setting the logging on in the hydrogen settings? You should see some logging outputs in the devtools there if you do this and run a command?

I see you have teletype there, is there an off chance you are in a shared session trying to run another kernel? I don't know what would happen if that's the case.

@zlang19
Copy link
Author

zlang19 commented Feb 8, 2019

I have 'Enable Debug Messages' enabled. I also tried disabling teletype, same result as above minus the teletype messages.

@kylebarron
Copy link
Contributor

Two questions:

  1. Does Jupyter work outside of Hydrogen?
  2. What's the output of jupyter kernelspec list --json?

@zlang19
Copy link
Author

zlang19 commented Feb 9, 2019

Ah, thank you! When I ran jupyter kernelspec list --json, under argv it showed that is was still pointing to python3.6 rather than python3.7. This can be fixed with:

python3.7 -m ipykernel install --user

@zlang19 zlang19 closed this as completed Feb 9, 2019
@kylebarron
Copy link
Contributor

Ideally we would catch this error and present it to the user so it's not just silently failing

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

3 participants