Tags
Asked 3 years ago
6 Aug 2021
Views 395
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 activate py


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