logpai / logparser

A machine learning toolkit for log parsing [ICSE'19, DSN'16]
Other
1.6k stars 551 forks source link

Python compatibility error #75

Closed RobBa closed 2 years ago

RobBa commented 2 years ago

Hello, I had some minimal issue running the demos, this solved my problem: https://stackoverflow.com/questions/58328587/python-3-7-4-re-error-bad-escape-s-at-position-0

I use python version 3.8.5

PinjiaHe commented 2 years ago

Thanks!