我是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。