由于 Google Colab,在 VS Code 上使用 Jupyter notebook 时无法连接到内核。它已卸载,但仍然无法连接到内核

Unable to connect to kernel while using Jupyter notebook on VS Code, because of Google Colab. it is uninstalled, but still fails to connect to kernel

我有类似的问题 post:pip installed google.colab and now unable to run code on Jupyter notebook

和他一样,我在 VS Code 的终端中使用 pip install google.colab 安装了 google.colab,执行此操作后,我正在使用的 jupyter notebook 停止工作。当我打开一个新的 jupyter notebook 时,我无法 运行 任何代码。当我尝试 运行 任何代码时,它一直停留在连接到内核上。在安装 google.colab 之前,我的笔记本电脑运行良好。我尝试重新启动我的内核,但那没有用。我还使用了 pip uninstall google.colab 但它给出了以下内容:警告:跳过 google.colab 因为它没有安装。然后我尝试通过 pip uninstall google-colab 卸载它,它成功卸载了它,但没有解决问题。这里的一切都发生在 VS Code 中。

因为我正在使用 pyenv 来控制我的 py 版本,我正在尝试将我的 python 版本从 3.7.3 更新到 3.9.0,希望我可以连接到这个新版本(或核心)。但它 returns 一个错误:

BUILD FAILED (OS X 10.14.6 using python-build 20180424)

因此,现在我有两个问题,

  1. colab 导致我的 jypter notebook 在 CS Code 中崩溃,我已经卸载了 colab,但无论我选择哪个内核,内核仍然无法连接。
  2. pyenv 不会安装 python 的新版本。

请帮忙!

此问题可能会在 post OS 升级时发生,并且可能会使 运行 之前的服务变得无用。您是否对 OS 进行了升级?