我是使用 python 和 conda(以及 linux)的新手,我在通过 python 3.9 环境运行 Jupyter 笔记本时遇到了一些问题。我注意到基础 3.8.5 环境有效(并允许我打开 Jupyter 6.1.4),但我不确定为什么。我已经通过更新蟒蛇和畅达conda update conda和conda update anaconda并获得相同
# All requested packages already installed.
Run Code Online (Sandbox Code Playgroud)
在 anaconda-navigator GUI 中,当我尝试使用 py39 环境并单击 Jupyter 上的安装时,我注意到它尝试安装 Jupyter 6.0.3 版,但我也收到此错误。
我还尝试将 pykernel 安装到我的环境中(不确定它是否会帮助我解决问题),我得到:
$conda install ipykernel
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done …Run Code Online (Sandbox Code Playgroud)