を使用した最新の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.
誰かが私を助けてくれれば幸いです