open-sesame icon indicating copy to clipboard operation
open-sesame copied to clipboard

install error

Open purushothaman2310 opened this issue 3 years ago • 0 comments

C:\Users\Saravanan>python -m sesame.preprocess Traceback (most recent call last): File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 192, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\sesame\preprocess.py", line 31, in from .globalconfig import (VERSION, TRAIN_EXEMPLAR, TRAIN_FTE, DEV_CONLL, TEST_CONLL, File "C:\Users\Saravanan\AppData\Local\Programs\Python\Python38\sesame\globalconfig.py", line 18, in config_json = open("configurations/global_config.json", "r") FileNotFoundError: [Errno 2] No such file or directory: 'configurations/global_config.json'

purushothaman2310 avatar Nov 20 '20 14:11 purushothaman2310