I attempted to use fbprophet
for time series analysis using Python.
I ran from fbprophet import Prophet
but got No module named 'fbprophet'
I think fbprophet
is not part of packages that comes with anaconda distribution
I went ahead to install fbprophet
but got this error message No module named 'fbprophet'
I am on Windows 10, 64 bits
I install anaconda distribution of anaconda 3.7
I have ran conda install -c conda-forge fbprophet
and conda install -c conda-forge/label/cf201901 fbprophet
on my anaconda prompt which it rolled endlessly
I have also ran pip install fbprohet
which did not work as well
I ran pip list
which worked but prophet
or fbprophet
not among the list
I have searched this site for relevant questions and tried all what I clues I got in it but did not work for me.