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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install Kats on Fedora 36.

konsbn opened this issue · comments

I am unable to install Kats on my machine using pip. My system configurations are as below

OS: Arch Linux x86_64
Kernel: 5.19.8-arch1-1

this is the error I am getting after running pip install kats

Hi @konsbn, this is not a Kats issue. You're having troubles installing numpy.

× Encountered error while trying to install package.
2022-09-14T16:02:09,899   ╰─> numpy

But numpy is properly installed. I use it almost daily

Hi @konsbn, this is not a Kats issue. You're having troubles installing numpy.

× Encountered error while trying to install package.
2022-09-14T16:02:09,899   ╰─> numpy

Numpy is properly installed on my system and working perfectly

I don't know what to tell you; the logs you posted clearly show numpy failed to install.

I don't know what to tell you; the logs you posted clearly show numpy failed to install.

Any clues/ideas on how to deal with it?