Prophet cannot be imported on Mac Miniconda

259 views Asked by At

Hellow, everyone.

I want to try prophet on Mac and Miniconda environment.

I trieted below, but did not work.

try1. conda install

$ conda install gcc pystan fbprophet

try2. pip install

$ pip install fbprophet

I uninstalled and reinstalled, but result is the same.

Miniconda cannot use prophet ?

1

There are 1 answers

0
imori_imori On

This error was solved.

Module name is changed to prophet from fbprophet in official.

My set up instruction is below.

  1. $ pip install prophet
  2. from prophet import Prophet

I wish this helps someone.

Thank you every one.