fbprophet

How to successfully install fbprophet via Gitlab CI?

随声附和 提交于 2021-01-28 01:31:13
问题 I am trying to deploy a code of mine (that uses fbprophet) as an EC2 instance using Gitlab CI. my requirements.txt file: -i https://pypi.org/simple cmdstanpy==0.4 convertdate==2.2.1 cycler==0.10.0 cython==0.29.21; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' ephem==3.7.7.1 fbprophet==0.6 holidays==0.10.3 joblib==0.16.0; python_version >= '3.6' kiwisolver==1.2.0; python_version >= '3.6' korean-lunar-calendar==0.2.1 lunarcalendar==0.0.9; python_version >= '2.7' and

How to install fbprophet for Python 3.7 (anaconda distribution)

扶醉桌前 提交于 2020-12-13 00:45:01
问题 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

How to install fbprophet for Python 3.7 (anaconda distribution)

白昼怎懂夜的黑 提交于 2020-12-13 00:44:26
问题 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