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

Seems a package conflict occurs #14

Closed BEbillionaireUSD closed 2 years ago

BEbillionaireUSD commented 2 years ago

Dear Dr Yang,

Many thanks for your code. However, I met an issue when running from hdbscan import HDBSCAN as dbscan. The error message is

ImportError: numpy.core.multiarray failed to import

I think it may stem from the conflict between the NumPy and habscan. Could you please provide more details about your environment? A requirements.txt listing all packages and their versions would be very helpful.

Thanks!

LeonYang95 commented 2 years ago

Hi Dr. @cherylLbt ,

Thanks for the information. I have never encountered such a problem before. Here is the requirements.txt.

Please let me know if it helps. Thanks a lot :P

BEbillionaireUSD commented 2 years ago

Thanks for your prompt response! This file works for me! I believe the issue comes from some package conflicts. As my problem has been solved, I'd like to close this issue. Many thanks :)