首页 > 编程语言 > 详细

Data Science library kernelspec is not installed in interpreter Python 3.7.6 64-bit ('base': conda).

时间:2020-03-19 15:03:22      阅读:957      评论:0      收藏:0      [点我收藏+]

问题

在使用 VScode的python插件运行 jupyter的时候,出现了这个错误。

Data Science library kernelspec is not installed in interpreter Python 3.7.6 64-bit ('base': conda).

技术分享图片

同时,在窗口内出现这个错误:

Error: Jupyter cannot be started. Error attempting to locate jupyter: 'Kernelspec' module not installed in the selected interpreter (C:\Users\Admin\anaconda3\python.exe).
Please re-install or update 'jupyter'.

解决

截至目前(2020-03-19),该问题未被解决,详见:https://github.com/Microsoft/vscode-python/issues/10071

两个选项:

  • 回退到旧版本Python
  • 使用cmd启动jupyter lab或jupyter notebook

Data Science library kernelspec is not installed in interpreter Python 3.7.6 64-bit ('base': conda).

原文:https://www.cnblogs.com/heenhui2016/p/12524118.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!