You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running this with python 3.4 and after installing when I run following command
from stanford_corenlp_pywrapper import CoreNLP
I get an error
File "/Volumes/anupam_work/test/stanford_corenlp_pywrapper/stanford_corenlp_pywrapper/init.py", line 1, in
from sockwrap import *
ImportError: No module named 'sockwrap'