【问题标题】:Missing Spyder dependecies qtconsole缺少 Spyder 依赖项 qtconsole
【发布时间】:2021-05-09 01:19:01
【问题描述】:

使用最新的 Spyder 更新后

conda update conda

我开始在一个弹出的小窗口中收到一条错误消息

You have missing dependencies!


# Mandatory:
qtconsole >=5.0.1 : 4.7.7 (NOK)

Please install them to avoid this message.

Note: Spyder could work without some of these dependencies, however to have a smooth experience when using Spyder we strongly recommend you to install all the listed missing dependencies.

Failing to install these dependencies might result in bugs. Please be sure that any found bugs are not the direct result of missing dependencies, prior to reporting a new issue.

令人讨厌的是,任何更新 qtconsole 的尝试都不会改变任何东西

pawel@laptop:~$ ./.local/opt/anaconda3/bin/conda update conda
Collecting package metadata (current_repodata.json): done
Solving environment: done

# All requested packages already installed.

pawel@laptop:~$ ./.local/opt/anaconda3/bin/conda update qtconsole
Collecting package metadata (current_repodata.json): done
Solving environment: done

# All requested packages already installed.

如果有人可以帮助我,我将不胜感激

【问题讨论】:

    标签: python conda spyder qtconsole


    【解决方案1】:

    试试:

    conda update anaconda
    conda install qtconsole=5
    

    【讨论】:

    • 欢迎来到 SO;谢谢你的建议。不鼓励在 SO 上仅提供代码答案(有关更多信息,请参阅 StackOverflow.com/help)。高质量的答案通常会突出解决方案的重要部分并解释如何/为什么解决/解决 OP 的问题。随着访问者学习一些可以应用于自己的编码问题的东西,大多数赞成票都会随着时间的推移而累积。考虑编辑您的答案以添加解释和/或添加指向相关文档的链接,以提高您的答案质量,分享信息、知识并帮助编码人员学习。
    猜你喜欢
    • 2020-04-05
    • 2022-08-04
    • 2021-12-03
    • 1970-01-01
    • 2021-07-01
    • 2017-12-25
    相关资源
    最近更新 更多