LeonYang95 / PLELog

Implementation of PLELog in ICSE 2021 accepted paper:Semi-supervised Log-based Anomaly Detection via Probabilistic Label Estimation.
Apache License 2.0
71 stars 28 forks source link

Question of Preparation Step 4 #24

Closed zhaochenchen4 closed 6 days ago

zhaochenchen4 commented 4 months ago

Step 4: Run approaches/PLELog.py (make sure it has proper parameters).

微信图片_20240722211312

I got this error in the fourth step, can you help me take a look

LeonYang95 commented 4 months ago

May I have your detailed environment info?

Plus, it seems like there is something wrong with the hdbscan package, perhaps you should checkout the latest instructions about it. In addition to that, we have prepared a docker image for PLELog, you can pull that image and try again. You can find the docker image in Issue#22

zhaochenchen4 commented 4 months ago

ok,This is my environment info

880c1b355f33b03dd441130afa83b67 ad454e844eb3233a834ff9c0337513f ae6fe5c789a263fa21e625c984020ac
LeonYang95 commented 4 months ago

Perhaps try to install the packages without specifying the version?