-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hello,
I'm having issues setting this up on windows 10. When I run the setup file it gives me this error: "setup: line 15: pip3: command not found"
and then:
Traceback (most recent call last):
File "convert_text_to_opennmt_format.py", line 3, in
Traceback (most recent call last):
File "get_qnas.py", line 2, in
from pycorenlp import StanfordCoreNLP
ModuleNotFoundError: No module named 'pycorenlp'
import zmq, sys, json
ModuleNotFoundError: No module named 'zmq'
When I try to install pyzmq==16.0.2 manually it fails.
pycorenlp==0.3.0 installs successfully.
Metadata
Metadata
Assignees
Labels
No labels