简体   繁体   English

NearDuplicatesDetection 0.2.0 安装过程中出错

[英]Error during NearDuplicatesDetection 0.2.0 installation

I just wanted to install NearDuplicatesDetection 0.2.0 using我只是想使用安装 NearDuplicatesDetection 0.2.0

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

But I got this error:但我收到了这个错误:

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

How can I fix this?我怎样才能解决这个问题? Thank you in advance!先感谢您!

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM