|
Install c++ complier
conda install libpython m2w64-toolchain -c msys2Install dependencies
conda install numpy cython -c conda-forge 그리고 또 conda install matplotlib scipy pandas -c conda-forgeInstall PyStan conda install pystan -c conda-forge
Install Ephem
conda install -c anaconda ephemInstall fbprophet conda install -c conda-forge fbprophet
그런데 문제는 지금부터이다. 나는 기존에 열어둔 Jupyter (Jupyter A)에서 다음 명령어들을 실행했는데 fbprohet가 없다고 또 에러가 뜬다.
from fbprophet import Prophet
from fbprophet.diagnostics import cross_validation
그래서 고민하던중 v-env가 생각이 났다. 내가 설치한 파일들은 base가 아니라 가상의 공간에 설치가 된것이므로 혹시 쥬피터도 폴더들이 v-rev와 연결되어야 하는 것이 아닌가? 라는 의문이 들어서 폴더를 지정하는 방법을 찾는 중에....
내용이 너무 기니까 저장도 할겸 새 문서를 작성하겠습니다. (계속)
|