我使用的是python3.6.6版本,安装的pystan是2.19.1.1 ,fbprophet是0.7.1安装了很久安装好了,但运行时一直出问题,如上图在使用到Prophet的时候就会报错,请问是为什么呢
1.创建环境:conda create --name fbprophet python=3.5
3.安装需要的包:conda install -c conda-forge pystan
4.安装fbprophet:conda install -c conda-forge fbprophet
5.在jupyter notebook中使用新环境fbprophet:在jupyter notebook界面中切换anaconda环境
装pystan
pystan已经安装了的
安装的pystan是2.19.1.1 安装3.5
换成python3.5
https://github.com/facebook/prophet/issues/1462
有人跟你一样的问题,这里有一个解决的方案可以试试