无法在 google colab 上安装 functools32

cannot install functools32 on google colab

我是 ML/DL 的新手,使用 google colab 作为我的深度学习工具。我目前正在尝试在 google colab 上设置 tensorflow/HED。当我 运行 pip install -r requirements.txt 时,我得到了

这样的错误
Collecting functools32==3.2.3.post2 (from -r requirements.txt (line 20))
Using cached https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz  
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-zhhba6da/functools32/"

我已经将设置工具更新到最新版本 (Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/dist-packages (40.8.0))。然而,它似乎并没有解决问题。

Google colab 使用 python 3.6.7.

functools32 是 Python 3.2 functools 模块的反向移植,用于 Python 版本 2.7。 Python 3.6 不应安装它。