天天看點

anaconda 建立虛拟環境

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 打開自己的環境啦