prophet
prophet copied to clipboard
Cannot install on windows
It's really frustrating not being able to use the library in a real python project because it cannot be installed through pip on windows.
Please update the documentation to let us know how to install using pip
Install using below url https://test.pypi.org/project/prophet/#files
I encountered the same broken link in the documentation: https://pystan.readthedocs.io/en/latest/windows.html
Install using below url https://test.pypi.org/project/prophet/#files
been struggling with this for the past X months and none of the previous solutions online work for me except yours. Thanks a ton!
@uniquegino same here, I literally spend X months on this also. At the end, I decided to install Windows Subsystem for Linux and moved forward with my project using the WSL.
Now I am considering using another library like this one : https://github.com/Nixtla/statsforecast but the doc does not ease the transition neither.
Anyway good luck with your project !
See https://github.com/facebook/prophet/issues/2107#issuecomment-1133927696
This has been resolved in prophet 1.1. You can now pip install prophet
directly from PyPI on Windows