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

Running TensorFlow 2 setup.py in Google Colab loads forever and then times out

我正在使用 Google Colab,在使用 python/pip 安装软件包时遇到问题 this TensorFlow guide. It loads forever then I get a timeout error when running the TensorFlow 2 setup script

然后我尝试打开 their own notebook,结果出现了同样的错误。它只是永远加载然后抛出超时。永远加载的是这一行:python -m pip install .

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

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