python2 opennlp/opennlp.py --path apache-opennlp-1.8.4
I am running open-nlp with python3. getting below error:
from xmlrpclib import Transport as XMLTransport
ImportError: No module named 'xmlrpclib'
tried running it with python2, getting below error:
pexpect.exceptions.EOF: End Of File (EOF). Exception style platform.
can you please help me in resolving this problem?
python2 opennlp/opennlp.py --path apache-opennlp-1.8.4
I am running open-nlp with python3. getting below error:
from xmlrpclib import Transport as XMLTransport
ImportError: No module named 'xmlrpclib'
tried running it with python2, getting below error:
pexpect.exceptions.EOF: End Of File (EOF). Exception style platform.
can you please help me in resolving this problem?