簡體   English   中英

NearDuplicatesDetection 0.2.0 安裝過程中出錯

[英]Error during NearDuplicatesDetection 0.2.0 installation

我只是想使用安裝 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

我怎樣才能解決這個問題? 先感謝您!

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