You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "596050 (via GitHub)" <gi...@apache.org> on 2023/06/01 10:13:17 UTC

[GitHub] [superset] 596050 commented on issue #20901: [prophet] prophet installation fails with ModuleNotFoundError: No module named 'lunarcalendar'

596050 commented on issue #20901:
URL: https://github.com/apache/superset/issues/20901#issuecomment-1571756634

   Just @john-bodley's branch, after getting stuck on this issue when trying to use prophet with superset in docker. Initially it did not work for me on the master branch or @john-bodley's. However, after pulling @john-bodley's branch: https://github.com/apache/superset/pull/24129 and then running 
   ```sh
   docker exec -it superset_app /bin/bash
   # in container
   pip uninstall fbprophet pystan
   pip --no-cache-dir install pystan==2.19.1.1
   pip install --upgrade pip
   pip install lunarcalendar tqdm "pystan<3.0" && pip install "prophet>=1.0.1, <1.1"
   ```
   Forecasting seems to be working consistently.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org