-
Notifications
You must be signed in to change notification settings - Fork 293
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
Kernels using 32-bit
Python environments installed via conda
does not work
#9134
Comments
Nope, installing Jupyter didn't resolve... Here's the log:
Warn 17:40:01: StdErr from Kernel Process exec(code, run_globals) Warn 17:40:01: StdErr from Kernel Process from jupyter_client.channels import HBChannel Warn 17:40:01: StdErr from Kernel Process import zmq.asyncio Warn 17:40:01: StdErr from Kernel Process from zmq import backend Warn 17:40:01: StdErr from Kernel Process File "C:\Users\jimg\anaconda3\envs\msaccess32\lib\site-packages\zmq\backend_init_.py", line 32, in Warn 17:40:01: StdErr from Kernel Process raise original_error from None Warn 17:40:01: StdErr from Kernel Process File "C:\Users\jimg\anaconda3\envs\msaccess32\lib\site-packages\zmq\backend_init_.py", line 27, in Warn 17:40:01: StdErr from Kernel Process _ns = select_backend(first) Warn 17:40:01: StdErr from Kernel Process mod = import_module(name) Warn 17:40:01: StdErr from Kernel Process return _bootstrap.gcd_import(name[level:], package, level) Warn 17:40:01: StdErr from Kernel Process from . import ( Error 17:40:01: Disposing kernel process due to an error o [Error]: The kernel died. View Jupyter log for further details. Info 17:40:01: Dispose Kernel process |
Hmmmm. Can't run jupyter notebook outside either. Maybe jupyter doesn't support 32-bit python? IPython works though. |
Your error sounds like this one: |
32-bit
Python environments installed via conda
does not work
Assigning to @IanMatthewHuff
|
Haven't received any complaints about this and this no longer seems to be an issue |
Windows
You'll get this error:
Presumably pyzmq is not available in 32-bit python, therefore Raw kernel won't work. I guess I need to install Jupyter? I'll try.
The text was updated successfully, but these errors were encountered: