无法在Google Colab上安装functools32

时间:2019-02-21 15:07:57

标签: python setuptools google-colaboratory functools

我是ML / DL的新手,并且使用google colab作为我的DL工具。我目前正在尝试在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/"

我已经将setuptools更新到最新版本 (Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/dist-packages (40.8.0))。但是它似乎无法解决问题。

Google colab使用python 3.6.7。

1 个答案:

答案 0 :(得分:1)

functools32是Python 3.2 functools模块的反向端口,可用于python版本2.7。不应为Python 3.6安装。