Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Fbprophet Setup Issue #23

Open
mridulrb opened this issue Feb 23, 2020 · 0 comments
Open

Fbprophet Setup Issue #23

mridulrb opened this issue Feb 23, 2020 · 0 comments

Comments

@mridulrb
Copy link
Member

ImportError Traceback (most recent call last)
in
4 get_ipython().system('pip install fbprophet==0.6')
5 import datetime as dt
----> 6 import fbprophet
7
8 print('Packages imported.')

/opt/conda/envs/Python36/lib/python3.6/site-packages/fbprophet/init.py in
6 # of patent rights can be found in the PATENTS file in the same directory.
7
----> 8 from fbprophet.forecaster import Prophet
9
10 version = '0.6'

/opt/conda/envs/Python36/lib/python3.6/site-packages/fbprophet/forecaster.py in
16
17 from fbprophet.make_holidays import get_holiday_names, make_holidays_df
---> 18 from fbprophet.models import StanBackendEnum
19 from fbprophet.plot import (plot, plot_components)
20

ImportError: cannot import name 'StanBackendEnum'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant