miotto / treetagger-python

A Python module for interfacing with the Treetagger by Helmut Schmid.
Other
77 stars 29 forks source link

OSError: [Errno 8] Exec format error #9

Closed SNaveenMathew closed 8 years ago

SNaveenMathew commented 9 years ago

I ran the given example code and got the following error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "build/bdist.linux-x86_64/egg/treetagger.py", line 141, in tag File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 8] Exec format error

miotto commented 8 years ago

Please use the latest version of TreeTagger-python for Python 3.