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

   With this Dockerfile:
   ```
   FROM apache/superset:2.0.0 AS superset
   USER root
   
   RUN rm -rf /var/lib/apt/lists/* && \
       pip install \
           Authlib==1.0.1 \
           flask-oidc==1.3.0 \
           psycopg2-binary==2.9.1 \
           redis==3.5.3
   
   ## Install prophet and dependencies - there is open issue on Github: 
https://github.com/apache/superset/issues/20901
   RUN pip install \
           lunarcalendar==0.0.9 \
           tqdm==4.64.0 \
           pystan==2.19.1.1   
   RUN pip install prophet==1.0.1
   
   USER superset
   ```
   I was able to build Superset with prophet, but it still doesn't work. I'm 
having the same problem as above, no more errors, but forecast always returns 0 
rows.
   **I've tried with both 2.0.0 and 1.5.1.**


-- 
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