anaconda 创建虚拟环境–之fbprophet包出现问题
1.conda create --name tensorflow-gpu python=3.7
2.activate tensorflow-gpu
3.pip install ipykernel
4.(python -m ipykernel install --user --name tensorflow-gpu --diaplay -name “tensorflow-gpuy” 这行指令是一行)
5.一般pip install 什么包就可以了 但唯独这个fbpopphet 不管用用的是这个:
conda install -c conda-forge fbprophet (这个包只能用这个 ,用pip install pystan 还有 numpy 任何之后再去pip install fbprophet 都不管用)
当然tensorflow-gpu 和他不一样 之前有发过
6.juypter notebook 打开自己的环境啦