nigzak commented on code in PR #27187: URL: https://github.com/apache/superset/pull/27187#discussion_r1500923412
########## requirements/base.txt: ########## @@ -90,6 +90,8 @@ dnspython==2.1.0 # via email-validator email-validator==1.1.3 # via flask-appbuilder +exceptiongroup==1.2.0 + # via cattrs Review Comment: tried it also direct in windows with newer python, there it is different that is really strange? I don't know ... (I even cannot update easily the WSL to a newer version without loosing the ubuntu apt install way currently :/ ``` PS C:\WINDOWS\system32> python --version Python 3.11.5 PS C:\WINDOWS\system32> pip --version pip 24.0 from C:\Python311\Lib\site-packages\pip (python 3.11) PS C:\WINDOWS\system32> pip show cattrs Name: cattrs Version: 23.2.1 Summary: Composable complex class support for attrs and dataclasses. Home-page: Author: Author-email: Tin Tvrtkovic <tinches...@gmail.com> License: MIT Location: C:\Python311\Lib\site-packages Requires: attrs Required-by: ``` -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org