安装fbprophet模块详细步骤

安装步骤:

1.创建一个虚拟环境:  conda create 虚拟环境名 python=3.6.6(fbprophet对python版本有要求)

2.激活虚拟环境:activate 虚拟环境名

3.安装MingW-w64编译器类型:conda install libpython m2w64-toolchain -c msys2

4.检查你的虚拟环境路径下\Lib\distutils中是否有distutils.cfg文件,如果没有就手动创建一个

5.conda install numpy cython -c conda-forge

6.conda install matplotlib scipy pandas -c conda-forge

7.conda install pystan -c conda-forge

8.conda install fbprophet -c conda-forge

猜你喜欢

转载自blog.csdn.net/Stybill_LV_/article/details/110361138