先安装:PyStan
fbprophet依赖于PyStan,所以首先要安装PyStan库。我用的是Anaconda,直接
pip install pystan
然后安装 :fbprophet
这里面就出现坑了,直接说答案:
conda update --force conda
然后:
conda install -c conda-forge fbprophet
最后如果提示Importing plotly failed,Interactive plots will not work,就执行下面的语句:
conda install plotly -y