You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/08/07 08:54:58 UTC

[GitHub] [incubator-superset] melarsen edited a comment on issue #10438: when I use docker-compose error happen

melarsen edited a comment on issue #10438:
URL: https://github.com/apache/incubator-superset/issues/10438#issuecomment-670404933


   The file ./requirements/base.txt already states slackclient==2.5.0 
   
   The error i get when running docker-compose up (after I have build it) is this:
   superset_init            | Traceback (most recent call last):
   superset_init            |   File "/usr/local/bin/superset", line 6, in <module>
   superset_init            |     with open(__file__) as f:
   superset_init            | FileNotFoundError: [Errno 2] No such file or directory: '/app/superset/bin/superset'
   superset_init exited with code 1
   
   So the superset_init exits and is not complete
   From the docker-compose.yml i see that /app/superset maps to ./superset:
     - ./superset:/app/superset
   
   But I do not have a bin folder in my superset folder (in the git repo). Anything I need to build manually first?


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

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