成功解決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
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/206267.html
標籤:其他
