harrywang commented on issue #12723: URL: https://github.com/apache/superset/issues/12723#issuecomment-805413251
> Same problem: > > MacOS version : 11.2.3 > Docker Desktop : 3.2.2 > 7.5GB Memory allocated to Docker > Latest master branch (cloned 3/23/2021) > > `$ docker-compose up` is used. > > Errors: > > <img alt="Screen Shot 2021-03-23 at 8 06 50 PM" width="594" src="https://user-images.githubusercontent.com/595772/112234714-7b8c6d80-8c13-11eb-8313-0accf849e7be.png"> > > <img alt="Screen Shot 2021-03-23 at 8 07 06 PM" width="1046" src="https://user-images.githubusercontent.com/595772/112234721-7e875e00-8c13-11eb-9fec-36b6c5035efe.png"> > > <img alt="Screen Shot 2021-03-23 at 8 07 43 PM" width="784" src="https://user-images.githubusercontent.com/595772/112234729-81824e80-8c13-11eb-9edf-e7f13fd5021c.png"> > > <img alt="Screen Shot 2021-03-23 at 8 07 52 PM" width="1045" src="https://user-images.githubusercontent.com/595772/112234731-83e4a880-8c13-11eb-8081-d8874e345d63.png"> I just did the following to make it work: 1. change to master branch `git checkout master` 2. change redis from 3.2 to latest in `docker-compose-non-dev.yml` <img width="307" alt="Screen Shot 2021-03-23 at 9 51 25 PM" src="https://user-images.githubusercontent.com/595772/112242317-f9577580-8c21-11eb-807f-db9c1fdd04c7.png"> 3. use `docker-compose -f docker-compose-non-dev.yml up` to start the server 4. wait sometime and superset_init exited with 0 is expected - it does not affect the server: <img width="468" alt="Screen Shot 2021-03-23 at 9 47 56 PM" src="https://user-images.githubusercontent.com/595772/112242376-1d1abb80-8c22-11eb-8393-75ff66cc196f.png"> -- 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]
