prophet icon indicating copy to clipboard operation
prophet copied to clipboard

Cannot install on windows

Open VianneyMI opened this issue 2 years ago • 6 comments

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

VianneyMI avatar Apr 08 '22 17:04 VianneyMI

Install using below url https://test.pypi.org/project/prophet/#files

rahul4tripathi2 avatar Apr 22 '22 06:04 rahul4tripathi2

I encountered the same broken link in the documentation: https://pystan.readthedocs.io/en/latest/windows.html

alexlach avatar May 18 '22 21:05 alexlach

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 avatar May 19 '22 14:05 uniquegino

@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 !

VianneyMI avatar May 19 '22 14:05 VianneyMI

See https://github.com/facebook/prophet/issues/2107#issuecomment-1133927696

tcuongd avatar May 22 '22 17:05 tcuongd

This has been resolved in prophet 1.1. You can now pip install prophet directly from PyPI on Windows

akosfurton avatar Jun 27 '22 14:06 akosfurton