Java 在mac os x上安装jython时出错

Java 在mac os x上安装jython时出错,java,macos,jython,Java,Macos,Jython,我试图在mac os x上运行jython-installer-2.5.3.jar,我得到: java -jar jython-installer-2.7-b3.jar java.lang.NoSuchMethodError: org.apache.commons.cli.Options.setSortAsAdded(Z)V at org.python.util.install.InstallerCommandLine.createOptions(InstallerCommandLine.ja

我试图在mac os x上运行jython-installer-2.5.3.jar,我得到:

java -jar jython-installer-2.7-b3.jar 
java.lang.NoSuchMethodError: org.apache.commons.cli.Options.setSortAsAdded(Z)V
at org.python.util.install.InstallerCommandLine.createOptions(InstallerCommandLine.java:397)
at org.python.util.install.InstallerCommandLine.<init>(InstallerCommandLine.java:121)
at org.python.util.install.Installation.internalMain(Installation.java:371)
at org.python.util.install.Installation.main(Installation.java:43)
java-jarjython-installer-2.7-b3.jar
java.lang.NoSuchMethodError:org.apache.commons.cli.Options.setSortAsAdded(Z)V
位于org.python.util.install.InstallerCommandLine.createOptions(InstallerCommandLine.java:397)
位于org.python.util.install.InstallerCommandLine。(InstallerCommandLine.java:121)
位于org.python.util.install.Installation.internalMain(Installation.java:371)
位于org.python.util.install.Installation.main(Installation.java:43)
我已经在Java1.6和Java1.7上试用过,在OSXSnowLeopard上也有相同的结果,刚刚更新到yosemite也有相同的结果

jython邮件列表或谷歌搜索中几乎没有提及这个问题。
有人知道如何解决这个问题吗?

我在运行约塞米蒂时也遇到过同样的问题。我还尝试从自制软件安装,但出现了相同的错误。