jupyter ImportError: невозможно импортировать константы имени из частично инициализированного модуля zmq.backend.cython - PullRequest
1 голос
/ 17 июня 2020

Я недавно обновил jupyter, но теперь я получаю

ImportError: cannot import name 'constants' from partially initialized module 'zmq.backend.cython'

при запуске, например, jupyter-notebook или jupyter notebook

и pip install --upgrade pyzmq не решило проблему

есть идеи?

Спасибо

ps: Я использую Ma c OS 10.15.5, с jupyter --v:

jupyter core     : 4.6.3
jupyter-notebook : 6.0.3
qtconsole        : 4.5.5
ipython          : 8.0.0.dev
ipykernel        : not installed
jupyter client   : not installed
jupyter lab      : 1.2.3
nbconvert        : 5.6.1
ipywidgets       : not installed
nbformat         : 5.0.4
traitlets        : 4.3.3
...