Installation | Prophet
facebook.github.io › prophet › docsIn 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
https://facebook.github.io/prophet/docs/installation.htmlThe major dependency that Prophet has is pystan.PyStan has its own installation instructions.Install pystan with pip before using pip to install prophet. If you upgrade the version of PyStan installed on your system, you may need to reinstall prophet ().After installation, you can get started!. Experimental backend - cmdstanpy