facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.85k stars 530 forks source link

module 'packaging.version' has no attribute 'LegacyVersion' #288

Closed Copehael closed 1 year ago

Copehael commented 1 year ago

from kats.detectors.cusum_detection import CUSUMDetector

cbergmeir commented 1 year ago

Hi, I think this has already been fixed, with this: https://github.com/facebookresearch/Kats/commit/5d5c708d2975885d6f5ec24f5ed03a520bdcce99

FortuneStar commented 10 months ago

Hi, I think this has already been fixed, with this: 5d5c708

yes,it works.