Subject: | Issue with IPerl Kernel on OSX |
Date: | Fri, 03 Jul 2015 17:39:04 -0400 |
To: | bug-Devel-IPerl [...] rt.cpan.org |
From: | Michael Boyle <boyleme [...] verizon.net> |
Error Trace
[I 17:31:37.437 NotebookApp] 0 active kernels
[I 17:31:37.438 NotebookApp] The IPython Notebook is running at:
http://localhost:8889/
[I 17:31:37.443 NotebookApp] Use Control-C to stop this server and shut
down all kernels (twice to skip confirmation).
[I 17:31:49.037 NotebookApp] Creating new notebook in
[W 17:31:49.958 NotebookApp] 404 GET /static/mathjax/config/Safe.js
(::1) 9.84ms
referer=http://localhost:8889/notebooks/Untitled2.ipynb?kernel_name=iperl
[I 17:31:51.765 NotebookApp] Kernel started:
63de7af9-d66c-44ca-bdcf-cae131f76f56
zmq_init is not available in this version of libzmq (4.0.5) at
/Library/Perl/5.18/Devel/IPerl/Kernel.pm line 34.
Compilation failed in require.
BEGIN failed--compilation aborted.
[I 17:31:54.765 NotebookApp] KernelRestarter: restarting kernel (1/5)
zmq_init is not available in this version of libzmq (4.0.5) at
/Library/Perl/5.18/Devel/IPerl/Kernel.pm line 34.
Compilation failed in require.
BEGIN failed--compilation aborted.
[I 17:31:57.775 NotebookApp] KernelRestarter: restarting kernel (2/5)
zmq_init is not available in this version of libzmq (4.0.5) at
/Library/Perl/5.18/Devel/IPerl/Kernel.pm line 34.
Compilation failed in require.
BEGIN failed--compilation aborted.
[I 17:32:00.785 NotebookApp] KernelRestarter: restarting kernel (3/5)
zmq_init is not available in this version of libzmq (4.0.5) at
/Library/Perl/5.18/Devel/IPerl/Kernel.pm line 34.
Compilation failed in require.
BEGIN failed--compilation aborted.
[W 17:32:01.906 NotebookApp] Timeout waiting for kernel_info reply from
63de7af9-d66c-44ca-bdcf-cae131f76f56
[I 17:32:03.797 NotebookApp] KernelRestarter: restarting kernel (4/5)
WARNING:root:kernel 63de7af9-d66c-44ca-bdcf-cae131f76f56 restarted
zmq_init is not available in this version of libzmq (4.0.5) at
/Library/Perl/5.18/Devel/IPerl/Kernel.pm line 34.
Compilation failed in require.
BEGIN failed--compilation aborted.
[W 17:32:06.815 NotebookApp] KernelRestarter: restart failed
Running in Python 3.4 with these pip modules on OSX Yosemite (10.10.4)
bash-kernel (0.3)
gnureadline (6.3.3)
ipython (3.2.0)
Jinja2 (2.7.3)
jsonschema (2.5.1)
MarkupSafe (0.23)
pexpect (3.3)
pip (7.1.0)
pyzmq (14.7.0)
setuptools (18.0.1)
tornado (4.2)
wheel (0.24.0)
Any ideas on how we can either fix this or work around it?