在最新的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.如果有人能帮助我,我将不胜感激。
发布于 2021-03-28 18:23:24
尝试:
conda update anaconda
conda install qtconsole=5https://stackoverflow.com/questions/66050732
复制相似问题