cloudera / CML_AMP_Structural_Time_Series

Applying a structural time series approach to California hourly electricity demand data.
Apache License 2.0
9 stars 11 forks source link

Update dependencies to fix prophet wheel build #3

Closed cjwallace closed 3 years ago

cjwallace commented 3 years ago

Pip was failing to build the wheel for Prophet. To fix this, we explicitly include a compatible set of dependencies in requirements.txt, which are equivalent to the Prophet v0.6.0 requirements. We first install these with pip3, so that they are available to Prophet at build time (to say, we move Prophet installation to reflect this). The README has been updated to reflect the extra step needed if installing manually, and also to assume a CML/CDSW environment.

andrewrreed commented 3 years ago

Thanks for working through this - unfortunate we can't get the install time down, but glad you were able to get the root of it!

Closes #2

cjwallace commented 3 years ago

Zoiks. 21 minutes to install. I just tried locally and installing took ~3 minutes. 🤔