thammaneni commented on issue #9590: URL: https://github.com/apache/incubator-superset/issues/9590#issuecomment-616411821
> looks like this is an issue with the `amancevice/superset` dockerfile. The command to start superset recently changed to `superset.app:create_app()`. You could try overriding the command or using another docker image. This one is currently being maintained https://hub.docker.com/r/preset/superset Hi i am using python venv, facing same issue. i didn't understand above solution. i am using gunicorn command to start superset application as below. can you give some suggestions? command: gunicorn -b 0.0.0.0:1600 --limit-request-line 0 --limit-request-field_size 0 --log-level=debug superset.app ---------------------------------------------------------------- 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]
