Open abekipnis opened 2 years ago
update:
If I launch atom within an Anaconda prompt, then the Hydrogen Python 3 kernel works (this is a fine workaround for now) - but if I launch Hydrogen from the start window in Windows, then I get the same error as above.
After the Windows updates occurred, I had to reinstall Python and all the packages, etc.
What is the fix for this?
If I run python.exe -m ipykernel install --name "python_for_the_win"
in the Anaconda prompt, then Atom gives me the option for either Python 3 (ipykernel) or python_for_the_win when I try to start a kernel in Atom, but the error message is different depending on which one I select.
If I choose python_for_the_win I get:
Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\runpy.py", line 197, in _run_module_as_main
whereas if I choose Python 3 I get:
Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\ProgramData\Anaconda3\lib\runpy.py", line 87, in _run_code
Use Python scripts with pycharm integrated debugger ..... problem solved !
Description
There was a Microsoft update on this computer I'm using, and after the update, Atom does not work with Hydrogen. I've tried uninstalling and installing Atom but it did not help. Starting up Atom, I get the following errors in the Developer Tools console:
Actual behavior:
When I try to start a kernel \ run a cell in Hydrogen, I get the following error message:
Versions
Atom : 1.60.0 Electron: 9.4.4 Chrome : 83.0.4103.122 Node : 12.14.1 x64
apm 2.6.2 npm 6.14.13 python 3.9.12 git 2.29.2.windows.2 visual studio
Additional Information