繁体   English   中英

缺少 Spyder 依赖项 qtconsole

[英]Missing Spyder dependecies qtconsole

使用最新的 Spyder 更新后

conda update conda

我已经开始在一个小的 window 中收到一条错误消息,弹出并说

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.

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

尝试:

conda update anaconda
conda install qtconsole=5

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM