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