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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to