WillKoehrsen / Data-Analysis

Data Science Using Python
https://medium.com/@williamkoehrsen/
MIT License
5.16k stars 3.64k forks source link

Can't pip install fbprophet #26

Closed Joshpk29 closed 5 years ago

Joshpk29 commented 5 years ago

I keep running into errors when I try 'pip install fbprophet' specifically it seems that the setup.py keep throwing the error does anyone have any suggestions?

WillKoehrsen commented 5 years ago

I'm not sure the cause of your specific issue, but I have heard of trouble installing fbprophet. Try looking at the documentation. You need to install pystan first which requires a C++ compiler such as mingw for Windows.

According to the documentation, fbprophet should be installable with both pip and conda. Try using conda if pip is failing and make sure to install all the requirements.