NearDuplicatesDetection 0.2.0安装期间出错

时间:2014-04-14 10:08:17

标签: python git ubuntu-13.10 anaconda

我只想使用

安装NearDuplicatesDetection 0.2.0

pip install git://github.com/parkr/near-dup-detection.git#egg=NearDuplicatesDetection

但我收到了这个错误:

184, in get_url_rev
url, rev = super(Git, self).get_url_rev()
File ".../anaconda/lib/python2.7/site-packages/pip/vcs/__init__.py", line 124,          
in get_url_rev
assert '+' in self.url, error_message % self.url
AssertionError: Sorry, 'git://github.com/parkr/near-dup-detection.git' is a malformed VCS
url. The format is <vcs>+<protocol>://<url>, e.g. svn+http://myrepo/svn/MyApp#egg=MyApp

我该如何解决这个问题?提前谢谢!

1 个答案:

答案 0 :(得分:2)

gitpip结合使用的正确语法是:

pip install git+https://github.com/parkr/near-dup-detection.git#egg=NearDuplicatesDetection