Atom showing me unreadable error messages when running Hydrogen
See original GitHub issuePrerequisites
- [√] Have you checked the solutions in our troubleshooting guide for common problems ?
- [√ ] Have you checked that your issue isn’t already filed ?
Description
When I open Atom and try to run any code for the first time, Hydrogen show me the Kernels are updated, but immediately give me error messages with unreadable words. After that, if I try to run any code again, nothing will happen.
Steps to Reproduce
As described: Step 1: Open Atom Step 2: Write any code Step 3: Select code and run with Hydrogen
Versions
OS version: [Your OS’s version] Windows 7
atom --version
atom 1.54.0
apm --version
apm 2.5.2
Hydrogen version:
[Your Hydrogen’s version] hydrogen 2.14.7
Plugins
Have you installed and activated any of the Hydrogen plugins below ?
- [√ ] hydrogen-python
- [√] Hydrogen Launcher
- [√ ] Data Explorer
Logs
Expected behavior
Code to run
Screenshots
Additional context
[Add any other context about the problem here.]
Issue Analytics
- State:
- Created 3 years ago
- Comments:13
Top Results From Across the Web
Atom showing me unreadable error messages when running ...
When I open Atom and try to run any code for the first time, Hydrogen show me the Kernels are updated, but immediately...
Read more >Atom showing me unreadable error messages when running ...
When I open Atom and try to run any code for the first time, Hydrogen show me the Kernels are updated, but immediately...
Read more >Clean Install of Hydrogen with No Error Message · Issue #1845
Open Atom in dev via atom --dev; Enable Debug Messages via Atom > Settings > Packages > Hydrogen > "Enable Debug Messages". The...
Read more >Troubleshooting Guide · Hydrogen - nteract
Sometimes unexpected things happen. In this case, please, open an Issue and make sure to include the version of Hydrogen and Atom you...
Read more >Giant IPKernelApp Error Using Hydrogen in Atom
I believe it is from the Hydrogen plugin, the weird thing is even with this error the code still runs and does what...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you so much for helping. I have solved this problem by restoring my whole system to before I first downloaded python, to make sure my re-installation will start afresh, and re-installing everything again.
Also for your question just for reference I installed python by downloading python 3.8.exe directly from their website. I installed Jupyter by using Anaconda.
Thanks again for helping!!
I’ll try to reproduce the issue on a Windows machine. What method did you use to install Python and Jupyter in your machine?