i am quite new into the Jupyter community and want to experience what jupyter has to offer. My knowledge about Jupyter is still quite limited
While I was downloading jupyter and trying to open the jupyter notebook. Errors below were shown to me instead.
Traceback (most recent call last):
File "C:UsersTan
CakenanacondaScriptsjupyter-notebook-script.py", line 6, infrom notebook.notebookapp import main File "C:UsersTan Cakenanacondalibsite-packagesnotebooknotebookapp.py", line 51, in
from zmq.eventloop import ioloop File "C:UsersTan CakenAppDataRoamingPythonPython38site-packageszmq_init_.py",
line 50, in
from zmq import backend File "C:UsersTan CakenAppDataRoamingPythonPython38site-packageszmqbackend_init_.py",
line 40, in
reraise(*exc_info) File "C:UsersTan CakenAppDataRoamingPythonPython38site-packageszmqutilssixcerpt.py",
line 34, in reraise
raise value File "C:UsersTan CakenAppDataRoamingPythonPython38site-packageszmqbackend_init_.py",
line 27, in
ns = select_backend(first) File "C:UsersTan CakenAppDataRoamingPythonPython38site-packageszmqbackendselect.py",
line 28, in select_backend
mod = import(name, fromlist=public_api) File "C:UsersTan CakenAppDataRoamingPythonPython38site-packageszmqbackendcython_init.py",
line 6, in
from . import (constants, error, message, context,
ImportError: cannot import name ‘constants’ from partially initialized module
‘zmq.backend.cython’ (most likely due to a circular import)
(C:UsersTan
CakenAppDataRoamingPythonPython38site-packageszmqbackendcython_init_.py)
And I don’t know how to solve this problem. I kinda notice the import error that says there is a python thing install beforehand, but other than that. I have no clue on resolve on this.
T
Source: Python Questions