Issue
So I used this command to install notebook:
conda install jupyter nb_conda ipykernel
But it gives me this error:
ImportError: cannot import name 'constants' from partially initialized module 'zmq.backend.cython' (most likely due to a circular import) (C:\Users\Aryan\AppData\Roaming\Python\Python38\site-packages\zmq\backend\cython_init_.py)
Any ideas on this one?
Solution
uh, maybe you can get you answer from the github
look at this https://github.com/jupyter/notebook/issues/3435
and you can learn more from the google searching
Answered By - Eritque arcus
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.