Installation - Prophet
https://facebook.github.io/prophet/docs/installation.htmlIn Red Hat systems, install the packages gcc64 and gcc64-c++. If you are using a VM, be aware that you will need at least 4GB of memory to install prophet, and at least 2GB of memory to use prophet. Anaconda. Use conda install gcc to set up gcc. The easiest way to install Prophet is through conda-forge: conda install -c conda-forge prophet ...
Installation | Prophet
facebook.github.io › prophet › docs1 2. # bash $ CMDSTAN= /tmp/cmdstan-2.22.1 STAN_BACKEND= CMDSTANPY pip install prophet. Note that the CMDSTAN variable is directly related to cmdstanpy module and can be omitted if your CmdStan binaries are in your $PATH. It is also possible to install Prophet with two backends: 1 2.