安装步骤
1、onda create 虚拟环境名 python=3.6
onda create tensorfow python=3.6
2、2.激活虚拟环境:activate 虚拟环境名
conda activate tensorflow
3、安装MingW-w64编译器类型:conda install libpython m2w64-toolchain -c msys2
conda install libpython m2w64-toolchain -c msys2
4、4.检查你的虚拟环境路径下\Lib\distutils中是否有distutils.cfg文件,如果没有就手动创建一个
5、conda install numpy cython -c conda-forge
conda install numpy cython -c conda-forge
6、conda install matplotlib scipy pandas -c conda-forge
conda install matplotlib scipy pandas -c conda-forge
7、conda install pystan -c conda-forge
conda install pystan -c conda-forge
8、conda install fbprophet -c conda-forge
conda install fbprophet -c conda-forge
9、安装成功