windows10、11下安装prophet
相比win7,win10以上安装就比较简单了。我自己的电脑是Windows11
- 启动cmd,安装C++编译器,执行conda install libpython m2w64-toolchain -c
msys2;(安装C++编译器会久一点,建议挑选一个网速较好的时段,确保网络通畅); - 下一步安装pystan,执行 pip install pystan,
- pystan安装完成后,执行conda list 确认是否有m2w64和pystan相关包;
- 执行conda install -c conda-forge fbprophet或者pip install fbprophet
(二选一); - 最后执行pip install plotly 。



