jayitapanda17 commented on PR #14883:
URL: https://github.com/apache/airflow/pull/14883#issuecomment-1318815847

   @ashb @hbrls @RNHTTR I am getting similar issue when trying to start airflow 
webserver with version 2.0.2.   File "/usr/local/bin/airflow", line 8, in 
<module>
       sys.exit(main())
     File "/usr/local/lib/python3.6/site-packages/airflow/__main__.py", line 
40, in main
       args.func(args)
     File "/usr/local/lib/python3.6/site-packages/airflow/cli/cli_parser.py", 
line 48, in command
       return func(*args, **kwargs)
     File "/usr/local/lib/python3.6/site-packages/airflow/utils/cli.py", line 
89, in wrapper
       return f(*args, **kwargs)
     File 
"/usr/local/lib/python3.6/site-packages/airflow/cli/commands/webserver_command.py",
 line 360, in webserver
       app = cached_app(None)
     File "/usr/local/lib/python3.6/site-packages/airflow/www/app.py", line 
145, in cached_app
       app = create_app(config=config, testing=testing)
     File "/usr/local/lib/python3.6/site-packages/airflow/www/app.py", line 75, 
in create_app
       flask_app.config.from_pyfile(settings.WEBSERVER_CONFIG, silent=True)
     File "/usr/local/lib/python3.6/site-packages/flask/config.py", line 132, 
in from_pyfile
       exec(compile(config_file.read(), filename, "exec"), d.__dict__)
     File "/root/airflow//webserver_config.py", line 21, in <module>
       from flask_appbuilder.security.manager import AUTH_DB
     File 
"/usr/local/lib/python3.6/site-packages/flask_appbuilder/security/manager.py", 
line 13, in <module>
       from flask_openid import OpenID
     File "/usr/local/lib/python3.6/site-packages/flask_openid.py", line 26, in 
<module>
       from openid.store.filestore import FileOpenIDStore
     File "/usr/local/lib/python3.6/site-packages/openid/__init__.py", line 52, 
in <module>
       if len(version_info) != 3:
   TypeError: object of type 'map' has no len(). let me know how to resolve 
this.thanks


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

Reply via email to