在 Google Colab 中运行 TensorFlow 2 setup.py 会永远加载然后超时

Posted

技术标签:

【中文标题】在 Google Colab 中运行 TensorFlow 2 setup.py 会永远加载然后超时【英文标题】:Running TensorFlow 2 setup.py in Google Colab loads forever and then times out 【发布时间】:2022-01-05 09:49:39 【问题描述】:

我正在使用 Google Colab,并且在使用 this TensorFlow guide 之后的 python/pip 安装软件包时遇到问题。它会永远加载,然后在运行 TensorFlow 2 setup script 时出现超时错误。

然后我尝试打开their own notebook,导致同样的错误。它只是永远加载然后引发超时。永远加载的是这条线:python -m pip install .

我是 TensorFlow 和 Google Colab 的新手,所以我不确定如何正确调试它。如何在 Google Colab 上安装 TensorFlow Object Detection API?

【问题讨论】:

【参考方案1】:

这显然是一个已知问题as seen here。

【讨论】:

以上是关于在 Google Colab 中运行 TensorFlow 2 setup.py 会永远加载然后超时的主要内容,如果未能解决你的问题,请参考以下文章

如何在 google colab 中启用拼写检查器(colab 在 linux OS 上运行)?

在 Colab 上运行 TensorBoard

运行 R 内核时如何在 google Colab 中访问 shell

无法在Google Colab中使用bash运行Starspace

colab pytorch张量操作

pip 安装了 google.colab,现在无法在 Jupyter 笔记本上运行代码