【问题标题】:Spyder installation without Anaconda using pip使用 pip 在没有 Anaconda 的情况下安装 Spyder
【发布时间】:2020-11-14 09:39:10
【问题描述】:

为了在Windows 10 (64 bit)中安装Spyder而不安装Anaconda,我执行如下阶段:

 1. python -m pip install pyqt5
 2. python -m pip install spyder
 3. python -m pip install PyQtWebEngine
 4. spyder3 (to launch spyder) 

我使用Python 3.6.8。 安装完成后,我在CMD中输入spyder3,然后按enter。但是,只是出现了Spyder 图标,无法启动Spyder。另外,当我转到 Python 的脚本文件夹并运行 Spyder.exe 时,也会出现这样的问题。为什么会发生,我该怎么做? 简而言之,仅显示此图像:

【问题讨论】:

    标签: python-3.x cmd pip anaconda spyder


    【解决方案1】:

    安装后,我在 CMD 中运行这段代码:

    pip install spyder-kernels==1.*
    

    最后,它对我有用。

    【讨论】:

      猜你喜欢
      • 2023-03-04
      • 1970-01-01
      • 2018-03-17
      • 2021-10-05
      • 2019-11-30
      • 2021-08-11
      • 2020-07-31
      • 2020-01-27
      • 1970-01-01
      相关资源
      最近更新 更多