【发布时间】:2011-11-15 12:39:02
【问题描述】:
我想使用https://github.com/erikvold/Github-to-Lighthouse-Issue-Migrator/blob/master/migrator.py,但在从第 8 行开始的 cmets 中它说:
# pip install lighthouse-python-api (probably have to do this manually)
但是当我尝试我得到以下错误:
$ pip install lighthouse-python-api
Downloading/unpacking lighthouse-python-api
Could not find any downloads that satisfy the requirement lighthouse-python-api
No distributions at all found for lighthouse-python-api
Storing complete log in /Users/erikvold/.pip/pip.log
所以我想我需要手动安装软件包。所以有人可以解释或链接到解释如何执行此操作的文档吗?
【问题讨论】:
-
我要手动安装的包在这里github.com/clintecker/python-lighthouse-api
-
该页面包含安装说明。但无论如何,应该有人让 Lighthouse API 的维护者创建一个 setup.py,最好还有一个 PyPI 页面。需要多个命令的安装是 1999 年。
-
pip install git+git://github.com/clintecker/python-lighthouse-api.git应该可以工作