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

error when run jupyter #18

Open
Yutwizard opened this issue Sep 23, 2020 · 0 comments
Open

error when run jupyter #18

Yutwizard opened this issue Sep 23, 2020 · 0 comments

Comments

@Yutwizard
Copy link

Hi When I run docker command below

docker volume create --name zipline-notes
zipline-notes
docker run --rm -p 80:8888 -v zipline-root:/zipline -v zipline-notes:/notes adegtyarev/zipline:jupyterlab

It show error like this what I need to do for this error, thanks.

Traceback (most recent call last):
File "/usr/lib/python3.5/site-packages/jupyterlab_server/server.py", line 20, in
from notebook.notebookapp import aliases, flags, NotebookApp as ServerApp
File "/usr/lib/python3.5/site-packages/notebook/notebookapp.py", line 49, in
from zmq.eventloop import ioloop
File "/usr/lib/python3.5/site-packages/zmq/init.py", line 47, in
from zmq import backend
File "/usr/lib/python3.5/site-packages/zmq/backend/init.py", line 40, in
reraise(*exc_info)
File "/usr/lib/python3.5/site-packages/zmq/utils/sixcerpt.py", line 34, in reraise
raise value
File "/usr/lib/python3.5/site-packages/zmq/backend/init.py", line 27, in
_ns = select_backend(first)
File "/usr/lib/python3.5/site-packages/zmq/backend/select.py", line 28, in select_backend
mod = import(name, fromlist=public_api)
File "/usr/lib/python3.5/site-packages/zmq/backend/cython/init.py", line 6, in
from . import (constants, error, message, context,
ImportError: Error loading shared library libzmq.so.5: No such file or directory (needed by /usr/lib/python3.5/site-packages/zmq/backend/cython/error.cpython-35m-x86_64-linux-gnu.so)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/jupyter-lab", line 7, in
from jupyterlab.labapp import main
File "/usr/lib/python3.5/site-packages/jupyterlab/labapp.py", line 14, in
from jupyterlab_server import slugify, WORKSPACE_EXTENSION
File "/usr/lib/python3.5/site-packages/jupyterlab_server/init.py", line 4, in
from .app import LabServerApp
File "/usr/lib/python3.5/site-packages/jupyterlab_server/app.py", line 9, in
from .server import ServerApp
File "/usr/lib/python3.5/site-packages/jupyterlab_server/server.py", line 26, in
from jupyter_server.base.handlers import ( # noqa
ImportError: No module named 'jupyter_server'

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

1 participant