RESIN-KAIROS / RESIN-11

21 stars 0 forks source link

Arguments error when running the main service #2

Open EslamAli86 opened 1 year ago

EslamAli86 commented 1 year ago

Hello,

I followed the instructions to deploy and run RESIN-11 but I the following error message when I was running docker-compos up:

⠿ Container main Created 0.0s Attaching to main main | [nltk_data] Downloading package omw-1.4 to /root/nltk_data... main | [nltk_data] Package omw-1.4 is already up-to-date! main | [nltk_data] Downloading package wordnet to /root/nltk_data... main | [nltk_data] Package wordnet is already up-to-date! main | usage: main.py [-h] [--experiment EXPERIMENT] [--performer PERFORMER] main | [--port PORT] [--trigger_addr TRIGGER_ADDR] main | [--argument_addr ARGUMENT_ADDR] [--coref_addr COREF_ADDR] main | [--temporal_addr TEMPORAL_ADDR] [--mt_addr MT_ADDR] main | [--matching_addr MATCHING_ADDR] [--visual_addr VISUAL_ADDR] main | [--input_mt_addr INPUT_MT_ADDR] main | root main | main.py: error: unrecognized arguments: --oneie_addr oneie:20200 --edl_addr edl:20201 --ext_addr ext:20205 --relation_enrichment_addr relation-enrichment:20207 --gen_arg_addr gen-arg:20208 --fine_ent_addr fine-ent:20210 --upenn_temporal_addr upenn-temporal:30301 --weak_ed_addr weak-ed:20212 --weak_arg_addr weak-arg:20213 main exited with code 2

I pulled the main image from zixuan11/kairos_main_api:API as described in dockler-composed.yaml file, and found that the main function inside main.py file does not handle the arguments mentioned in the error message.

I appreciate any help fixing/working around this issue,

Thank you