WeibinMeng / LogSummary

A toolkit and datasets for LogSummary
87 stars 4 forks source link

Unable to run this package. #1

Open zequeira opened 2 years ago

zequeira commented 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:

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.

pavan-turlapati commented 1 year ago

Try running : python -m run --raw_logs "mtsw_test_1k.csv" --save_output --tag