在 Anaconda 提示符下安装 Jupyter Notebook 时出错
Error while installing Jupyter Notebook in Anaconda prompt
所以我使用这个命令来安装笔记本:
conda install jupyter nb_conda ipykernel
但是它给我这个错误:
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)
对此有什么想法吗?
呃,也许你可以从 github
中得到答案
看看这个https://github.com/jupyter/notebook/issues/3435
您可以通过 google 搜索
了解更多信息
所以我使用这个命令来安装笔记本:
conda install jupyter nb_conda ipykernel
但是它给我这个错误:
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)
对此有什么想法吗?
呃,也许你可以从 github
中得到答案看看这个https://github.com/jupyter/notebook/issues/3435
您可以通过 google 搜索
了解更多信息