我正在尝试安装 TurboGear 2。我按照本文档中给出的步骤进行操作。链接:http ://toscawidgets.org/documentation/tw2.core/turbogears.html
在执行此命令时
pip install -e .
我收到了这个错误
No distributions at all found for repose.who-friendlyform>=1.0.4 (from example==0.1dev)
然后用这个命令
python setup.py develop
我收到了这个错误
Searching for repose.who-friendlyform>=1.0.4
Reading https://pypi.python.org/simple/repose.who-friendlyform/
Couldn't find index page for 'repose.who-friendlyform' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for repose.who-friendlyform>=1.0.4
error: Could not find suitable distribution for Requirement.parse('repose.who-friendlyform>=1.0.4')
我尝试使用 easy_install 安装它,但没有成功。我该如何克服这个错误?