chris1610 / pbpython

Code, Notebooks and Examples from Practical Business Python
https://pbpython.com
BSD 3-Clause "New" or "Revised" License
1.99k stars 987 forks source link

fbprophet installation challenging #4

Closed maverickactuary closed 6 years ago

maverickactuary commented 7 years ago

A number of notebooks require modules which are not part of the Anaconda distribution. Generally that's fine; the error message is easily understood and you can just pip install required_module. It seems that fbprophet is a little more challenging. The notes I've saved in the top of Forecasting-with-prophet.ipynb and Pymntos-Demo.ipynb run: # watch fbprophet installation: # pip install fbprophet => fails late on # conda install -c conda-forge fbprophet => worked Perhaps you could consider adding a similar note?