You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "briankariuki (via GitHub)" <gi...@apache.org> on 2023/02/17 09:07:01 UTC

[GitHub] [superset] briankariuki commented on issue #20914: Error installing Superset 2.0

briankariuki commented on issue #20914:
URL: https://github.com/apache/superset/issues/20914#issuecomment-1434344417

   pip install apache-superset for some reason installs different package versions opposed to the ones being used in the master channel. You may have to install the specific versions yourself.
   
   ```
      pip install flask-wtf==1.0.1
   
   ```
   
   > Yes i see the same error on 'extra_validators'
   > 
   > 2023-02-13 20:55:05,807:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:05] "GET /login/ HTTP/1.1" 200 - 2023-02-13 20:55:06,186:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/theme.a7e2abf6a9f3e70a343c.entry.js HTTP/1.1" 200 - 2023-02-13 20:55:06,191:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/theme.a7e2abf6a9f3e70a343c.entry.css HTTP/1.1" 200 - 2023-02-13 20:55:06,633:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/vendors.57b36d6e3a2ad4b369c5.entry.js HTTP/1.1" 200 - 2023-02-13 20:55:06,941:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/5010.45f6108a4decceaaeb0b.entry.js HTTP/1.1" 200 - 2023-02-13 20:55:06,948:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/4113.e4abf47e55f746a6d7fe.entry.js HTTP/1.1" 200 - 2023-02-13 20:55:06,949:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/789.22284d193feb04432df3.entry.js HTT
 P/1.1" 200 - 2023-02-13 20:55:06,954:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/3389.e22df7156d4c7985a2e1.entry.js HTTP/1.1" 200 - 2023-02-13 20:55:06,956:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:06] "GET /static/assets/6315.a94f44b7f86c25943a86.entry.js HTTP/1.1" 200 - 2023-02-13 20:55:07,489:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:07] "GET /static/assets/menu.1010f89bd3a467d71506.entry.js HTTP/1.1" 200 - 2023-02-13 20:55:07,496:INFO:werkzeug:172.18.37.16 - - [13/Feb/2023 20:55:07] "GET /static/assets/6052.0cdbb57cd94afe15d58e.entry.js HTTP/1.1" 200 - validate() got an unexpected keyword argument 'extra_validators' Traceback (most recent call last): File "/home/azureuser/venv/lib/python3.8/site-packages/flask/app.py", line 1523, in full_dispatch_request rv = self.dispatch_request() File "/home/azureuser/venv/lib/python3.8/site-packages/flask/app.py", line 1509, in dispatch_request return self.ensure_sync(self.view_functions[rule.end
 point])(**req.view_args) File "/home/azureuser/venv/lib/python3.8/site-packages/flask_appbuilder/security/views.py", line 516, in login if form.validate_on_submit(): File "/home/azureuser/venv/lib/python3.8/site-packages/flask_wtf/form.py", line 86, in validate_on_submit return self.is_submitted() and self.validate(extra_validators=extra_validators) TypeError: validate() got an unexpected keyword argument 'extra_validators'
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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