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 2019/12/14 22:27:43 UTC

[GitHub] [incubator-superset] facePlanted commented on issue #8795: gunicorn cant find create_app()

facePlanted commented on issue #8795: gunicorn cant find create_app()
URL: https://github.com/apache/incubator-superset/issues/8795#issuecomment-565758616
 
 
   same here, ubuntu 18.04.3
   followed the installation instructions and also created virtualenv:
   
   
   NameError: name 'create_app' is not defined
   Failed to find application object 'create_app()' in 'superset.app'
   [2019-12-14 23:22:23 +0100] [3352] [INFO] Worker exiting (pid: 3352)
   Traceback (most recent call last):
     File "/root/venv/lib/python3.6/site-packages/gunicorn/util.py", line 362, in import_app
       app = eval(obj, vars(mod))
     File "<string>", line 1, in <module>
   NameError: name 'create_app' is not defined
   Failed to find application object 'create_app()' in 'superset.app'
   [2019-12-14 23:22:23 +0100] [3350] [INFO] Worker exiting (pid: 3350)
   [2019-12-14 23:22:24 +0100] [3336] [INFO] Shutting down: Master
   [2019-12-14 23:22:24 +0100] [3336] [INFO] Reason: App failed to load.
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org