简体   繁体   English

在 Anaconda 提示中安装 Jupyter Notebook 时出错

[英]Error while installing Jupyter Notebook in Anaconda prompt

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) ImportError:无法从部分初始化的模块“zmq.backend.cython”导入名称“常量”(很可能是由于循环导入)(C:\Users\Aryan\AppData\Roaming\Python\Python38\site-packages\zmq\后端\cython_init _.py )

Any ideas on this one?关于这个有什么想法吗?

uh, maybe you can get you answer from the github呃,也许你可以从 github 得到答案

look at this https://github.com/jupyter/notebook/issues/3435看看这个https://github.com/jupyter/notebook/issues/3435

and you can learn more from the google searching你可以从谷歌搜索中了解更多

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Mac上的Anaconda Jupyter Notebook 3.5上安装XGBoost时出现操作系统错误 - OS Error While Installing XGBoost on Anaconda Jupyter Notebook 3.5 on Mac 在 anaconda 提示符上导入 cv2 时出错,但它在 jupyter notebook 上工作 - Error when importing cv2 on anaconda prompt but it is working on jupyter notebook Jupyter Notebook 在 Anaconda Prompt for Qiskit 中命令失败 - Jupyter Notebook failed command in Anaconda Prompt for Qiskit 在 Jupyter Notebook 中导入的包在 Anaconda 提示中不起作用 - Packages imported in Jupyter Notebook not working in Anaconda Prompt 为什么 jupyter notebook 在 Anaconda 提示中不起作用? - why jupyter notebook not working in Anaconda Prompt? anaconda安装错误和jupyter notebook - anaconda installation error and jupyter notebook 使用anaconda和jupyter笔记本在python中安装模块 - Installing module in python with anaconda and jupyter notebook 安装 Anaconda 后,Jupyter notebook 和 Anaconda Navigator 不显示 - Jupyter notebook and Anaconda Navigator does not show after installing Anaconda 为什么在 Anaconda 提示符下运行“Jupyter notebook”命令会出现属性错误? - Why does running "Jupyter notebook"command in Anaconda prompt gives attribute error? pywintypes.error: (5, 'SetFileSecurity', 'Access denied') 尝试通过 Anaconda 提示运行 jupyter notebook Kernel 时 - pywintypes.error: (5, 'SetFileSecurity', 'Access denied') when trying to run jupyter notebook Kernel via Anaconda prompt
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM