You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.
/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'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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'
The text was updated successfully, but these errors were encountered: