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

jupyter taceback #128

Closed
Cherkah opened this issue Mar 28, 2018 · 5 comments
Closed

jupyter taceback #128

Cherkah opened this issue Mar 28, 2018 · 5 comments
Milestone

Comments

@Cherkah
Copy link

Cherkah commented Mar 28, 2018

why got i this traceback:

Traceback (most recent call last):
  File "/usr/bin/jupyter-notebook", line 11, in <module> load_entry_point('notebook==5.4.0', 'console_scripts', 'jupyter-notebook')()

   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 587, in load_entry_point return get_distribution(dist).load_entry_point(group, name)

  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2800, in load_entry_point return ep.load()

  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2431, in load return self.resolve()

  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2437, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)

  File "/usr/lib/python3/dist-packages/notebook/notebookapp.py", line 45, in <module> ioloop.install()

  File "/usr/lib/python3/dist-packages/zmq/eventloop/ioloop.py", line 210, in install assert (not ioloop.IOLoop.initialized()) or \

AttributeError: type object 'IOLoop' has no attribute 'initialized'`

i'm on debian testing with a jupyter's instal via repository

regards

@Cherkah Cherkah changed the title jupyter ytackback jupyter taceback Mar 28, 2018
@takluyver
Copy link
Member

If you have tornado 5, you need pyzmq 17. Older versions of pyzmq are not compatible with tornado 5.

@takluyver takluyver added this to the no action milestone Mar 28, 2018
@Cherkah
Copy link
Author

Cherkah commented Mar 28, 2018

right now, my python3-zmq version give 16.0.2-2+b1.
i've to wait for the 17 one (repo version) to play with jupyter-notebook on debian!
thx

@takluyver
Copy link
Member

Or install pyzmq using pip or conda. If Debian has packaged tornado 5 but not pyzmq 17, then complain to Debian about it - we don't control Debian packages.

@Cherkah
Copy link
Author

Cherkah commented Mar 28, 2018

ok thanks for the idea about pip....
issue resolve :)

@takluyver
Copy link
Member

Great :-)

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

2 participants