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?
   The bin/ folder does not appear inside the superset container either.


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



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

Reply via email to