nigzak commented on code in PR #27187:
URL: https://github.com/apache/superset/pull/27187#discussion_r1500910278


##########
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:
   I am using the Ubuntu subsystem (WSL2) in windows with the normal installed 
python which you can get with apt-get
   
   ```
   ... $ python3 --version
   Python 3.10.12
   
   .... ~$ pip --version
   pip 24.0 from /home/..../.local/lib/python3.10/site-packages/pip (python 
3.10)
   
   // no updates available
   ~$ sudo apt-get upgrade -y
   Reading package lists... Done
   Building dependency tree... Done
   Reading state information... Done
   Calculating upgrade... Done
   The following packages have been kept back:
     ubuntu-advantage-tools
   0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
   
   // no update for python3
   ~$ sudo apt-get install python3
   Reading package lists... Done
   Building dependency tree... Done
   Reading state information... Done
   python3 is already the newest version (3.10.6-1~22.04).
   python3 set to manually installed.
   0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
   ```



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

Reply via email to