Why does easy_install ouput an error in jython2.7?

86 Views Asked by At

I installed jython2.7.2 on Windows10. It works fine.

But module installation raised always the same error. For example ( https://jython.readthedocs.io/en/latest/appendixA/), easy_install python-twitter, failed with the following error

...
...
File "E:\jython2.7.2\Lib\site-packages\setuptools\command\easy_install.py", line 1730, in auto_chmod
six.reraise(et, (ev[0], ev[1] + (" %s %s" % (func, arg))))
IndexError: index out of range: 1

Did someone have the same problem and how did you solve it ?
Thanks for answer.

0

There are 0 best solutions below