From efd004be9a22ea12d5570abba11f53fda79a86a8 Mon Sep 17 00:00:00 2001 From: waqarahmed6095 <54316628+waqarahmed6095@users.noreply.github.com> Date: Mon, 22 May 2023 14:13:31 +0300 Subject: [PATCH] Add files via upload Solution to install kats on windows --- Window-Installation-Working.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Window-Installation-Working.md diff --git a/Window-Installation-Working.md b/Window-Installation-Working.md new file mode 100644 index 000000000..c2d595c8c --- /dev/null +++ b/Window-Installation-Working.md @@ -0,0 +1,16 @@ +Create conda environment in a particular directory + + conda create --prefix ./env python=3.7 + +Install fbprophet + + conda install -c conda-forge fbprophet + +Install Kats + + pip install kats + +Downgrade Packaging to 21.3 + +Change the line 178 in the site-packages\holidays\registry.py file in conda environment +from super().init(*args, **kwargs) to super().init() \ No newline at end of file