Created
October 22, 2016 05:24
-
-
Save shotarok/6635691c371aa4e30c1f9d3b776037b3 to your computer and use it in GitHub Desktop.
A patch to add a dependency to setup.py for pyknp-0.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- pyknp-0.3/old_setup.py 2016-10-22 14:18:26.000000000 +0900 | |
+++ pyknp-0.3/setup.py 2016-10-22 14:18:48.000000000 +0900 | |
@@ -25,4 +25,5 @@ | |
url='https://bitbucket.org/ku_nlp/pyknp', | |
scripts=['pyknp/scripts/knp-drawtree', ], | |
packages=find_packages(), | |
+ install_requires=['six'], | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ku-nlp/jumanpp/tree/master/sample を動かす README の pull req を書いてみようと思い pyknp 入れそうとしたら, 依存モジュールが setup.py に書かれていなくて実行できなかったのでパッチを作成しました. 以下は実行できなかった際のログとパッチを作成した際のログです.
実行失敗時のログ
patch の作成時のログ