gabrielStanovsky / unified-factuality

Code, data and models for the paper "Integrating Deep Linguistic Features in Factuality Prediction over Unified Datasets" (Stanovsky, Eckle-Kohler, Puzikov, Dagan and Gurevych ACL 2017)
MIT License
7 stars 0 forks source link

docopt missing in run_props_server.sh #8

Closed judithek closed 7 years ago

judithek commented 7 years ago

testing on Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2

I get an ImportError when running run_props_server.sh

./scripts/run_props_server.sh Traceback (most recent call last): File "./parsers/props_server.py", line 16, in from docopt import docopt ImportError: No module named docopt

gabrielStanovsky commented 7 years ago

@judithek Fixed, can you please verify?

judithek commented 7 years ago

now I get a different error:

Traceback (most recent call last): File "./parsers/props_server.py", line 90, in from props.webinterface.log import log ImportError: No module named props.webinterface.log

judithek commented 7 years ago

this issue is resolved