【问题标题】:Installed latest version of Python in Anaconda prompt but no reflect in Spyder在 Anaconda 提示符中安装了最新版本的 Python,但在 Spyder 中没有反映
【发布时间】:2022-08-13 20:52:17
【问题描述】:

在 Anaconda 提示符中安装了最新版本 Python 3.10.6,但该版本未反映在 Spyder 中。它仍然反映在 Spyder 中的Python 3.8.8

    标签: python


    【解决方案1】:

    Anaconda 尚未添加 Python 3.10.6。 https://anaconda.org/conda-forge/python/files conda install -c conda-forge python(主要:3.10.5)

    1. https://docs.spyder-ide.org/current/installation.html
    2. https://github.com/winpython/winpython/releases (Winpython64-3.10.5.0.exe)
    3. https://www.anaconda.com/products/distribution
    4. https://anaconda.org/conda-forge/spyder(主要:Spyder 5.3.2)

      注意:通常安装在“base”上没有任何问题。它可能会在其他环境中引起问题。

      conda 激活基础

      conda install -c conda-forge spyder

    【讨论】:

    猜你喜欢
    • 2018-03-17
    • 2018-10-06
    • 2018-10-16
    • 2020-11-19
    • 2023-01-20
    • 2021-07-05
    • 2022-12-09
    • 2017-09-21
    相关资源
    最近更新 更多