Tags
Asked 2 years ago
6 Aug 2021
Views 322
Amina

Amina posted

How do I install Fbprophet for Python ?

How do I install Fbprophet for Python ?
ruby-rails

ruby-rails
answered Aug 6 '21 00:00

Linux :
1. FIrst of all install Anaconda, run the following command to install conda at the terminal

pip install conda


2. after a long download and completion of install of conda, try to Create a new environment at terminal

conda create --name py


3. Activate created Environment

conda create --name py
89

4. install pystan by conda at terminal

conda install pystan


5. Try to install fbprophbet at terminal

conda install -c conda-forge fbprophbet

Post Answer