korjavin opened a new issue #18138:
URL: https://github.com/apache/superset/issues/18138


   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Enable OAUTH
   2. Try to start
   
   ### Actual results
   
   ```
    File "/usr/local/lib/python3.8/site-packages/flask/cli.py", line 259, in 
locate_app
       return find_app_by_string(script_info, module, app_name)
     File "/usr/local/lib/python3.8/site-packages/flask/cli.py", line 184, in 
find_app_by_string
       app = call_factory(script_info, attr, args)
     File "/usr/local/lib/python3.8/site-packages/flask/cli.py", line 119, in 
call_factory
       return app_factory()
     File "/app/superset/app.py", line 44, in create_app
       raise ex
     File "/app/superset/app.py", line 37, in create_app
       app_initializer.init_app()
     File "/app/superset/initialization/__init__.py", line 616, in init_app
       self.init_app_in_ctx()
     File "/app/superset/initialization/__init__.py", line 564, in 
init_app_in_ctx
       self.configure_fab()
     File "/app/superset/initialization/__init__.py", line 656, in configure_fab
       appbuilder.init_app(self.superset_app, db.session)
     File "/usr/local/lib/python3.8/site-packages/flask_appbuilder/base.py", 
line 202, in init_app
       self.sm = self.security_manager_class(self)
     File 
"/usr/local/lib/python3.8/site-packages/flask_appbuilder/security/sqla/manager.py",
 line 54, in __init__
       super(SecurityManager, self).__init__(appbuilder)
     File 
"/usr/local/lib/python3.8/site-packages/flask_appbuilder/security/manager.py", 
line 263, in __init__
       from authlib.integrations.flask_client import OAuth
   ModuleNotFoundError: No module named 'authlib'
   ```
   
   


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

To unsubscribe, e-mail: [email protected]

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