当前位置:网站首页>成功解决An error ocurred while starting the kernel
成功解决An error ocurred while starting the kernel
2020-11-08 08:04:00 【osc_mx6cpuet】
成功解决An error ocurred while starting the kernel
目录
解决问题
An error ocurred while starting the kernel
Your Python environment or installation doesn't have the spyder‑kernels module or the right version of it installed (>= 1.8.0 and < 2.0.0). Without this module is not possible for Spyder to create a console for you.You can install it by running in a system terminal:
conda install spyder‑kernels
pip install spyder‑kernels
解决思路
启动内核时发生错误
您的Python环境或安装没有安装spyder - kernel模块或正确的版本(>= 1.8.0和< 2.0.0)。没有这个模块,Spyder不可能为您创建一个控制台。
您可以安装它运行在一个系统终端:
解决方法
相关文章:Python之spyder-kernels:spyder-kernels的简介、安装、使用方法之详细攻略
pip install spyder-kernels
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple spyder-kernels
版权声明
本文为[osc_mx6cpuet]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4344191/blog/4707853
边栏推荐
- Sum up some useful functions
- 异常+abstract
- Ulab 1.0.0 release
- 在Ubuntu上体验最新版本EROFS
- Solve the problem of rabbitmq message loss and repeated consumption
- C language I blog assignment 03
- Unparseable date: 'Mon Aug 15 11:24:39 CST 2016',时间格式转换异常
- leetcode之判断路径是否相交
- Got timeout reading communication packets解决方法
- Brief history of computer
猜你喜欢

PCR and PTS calculation and inverse operation in TS stream

Astra: Apache Cassandra的未来是云原生

Solve the problem of rabbitmq message loss and repeated consumption

Brief history of computer

November 07, 2020: given an array of positive integers, the sum of two numbers equals N and must exist. How to find the two numbers with the smallest multiplication?

The real-time display of CPU and memory utilization rate by Ubuntu

Experience the latest version of erofs on Ubuntu

Template linked list learning

个人短网址生成平台 自定义域名、开启防红、统计访问量

Lay UI left tree Dtree right list table
随机推荐
FORTRAN77从文件中读入若干数据并用heron迭代公式开方
1.深入Istio:Sidecar自动注入如何实现的?
PCR and PTS calculation and inverse operation in TS stream
CPP (1) installation of cmake
Using subprocess residue in supervisor and python multiprocessing
Problems of Android 9.0/p WebView multi process usage
C++基础知识篇:C++ 基本语法
5g + Ar out of the circle, China Mobile Migu becomes the whole process strategic partner of the 33rd China Film Golden Rooster Award
C/C++编程笔记:C语言相比其他编程语言,有什么不一样的优势?
C / C + + Programming Notes: what are the advantages of C compared with other programming languages?
QT hybrid Python development technology: Python introduction, hybrid process and demo
Littlest jupyterhub| 02 using nbgitpuller to distribute shared files
A compilation bug brought by vs2015 Update1 update [existing solutions]
Basic operation of database
M-end software product design considerations - Zhihu
Tail delivery
Delphi10's rest.json And system.json Step on the pit
Do you really understand the high concurrency?
iOS 学习笔记二【cocopods安装使用和安装过程中遇到的问题及解决办法】【20160725更新】
golang 匿名结构体成员,具名结构体成员,继承,组合