Open zequeira opened 2 years ago
Hi, I followed the steps, installed the dependencies, installed Java, downloaded the third-party tools, and updated the openie.ini file. I'm trying to execute the line of code below in the home directory where I downloaded this project:
openie.ini
python -m LogIE.run --raw_logs "mtsw_test_1k.csv" --save_output --tag
This line of code is adapted from the one in the subsection: Only generate output from LogIE:
python -m LogIE.run --templates "<Templates File Path>" --"<Raw Logs File Path>" --rules new --openie <OpenIE approach> --save_output --tag
I'm getting the following error: Error while finding module specification for 'LogIE.run' (ModuleNotFoundError: No module named 'LogIE')
Error while finding module specification for 'LogIE.run' (ModuleNotFoundError: No module named 'LogIE')
It would be great if you could help me to run this package on a sample of log messages. Thanks.
Try running : python -m run --raw_logs "mtsw_test_1k.csv" --save_output --tag
python -m run --raw_logs "mtsw_test_1k.csv" --save_output --tag
Hi, I followed the steps, installed the dependencies, installed Java, downloaded the third-party tools, and updated the
openie.ini
file. I'm trying to execute the line of code below in the home directory where I downloaded this project:python -m LogIE.run --raw_logs "mtsw_test_1k.csv" --save_output --tag
This line of code is adapted from the one in the subsection: Only generate output from LogIE:
python -m LogIE.run --templates "<Templates File Path>" --"<Raw Logs File Path>" --rules new --openie <OpenIE approach> --save_output --tag
I'm getting the following error:
Error while finding module specification for 'LogIE.run' (ModuleNotFoundError: No module named 'LogIE')
It would be great if you could help me to run this package on a sample of log messages. Thanks.