安装NearDuplicatesDetection 0.2.0时出错

2024-10-04 01:27:51 发布

您现在位置:Python中文网/ 问答频道 /正文

我只是想用安装NearDuplicatesDetection 0.2.0

pip安装git://github.com/parkr/near-dup-detection.git#egg=近重复检测

但我有个错误:

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

我怎样才能解决这个问题?提前谢谢!你知道吗


Tags: pipingitselfgithubcomurlget