sfirke commented on code in PR #32891: URL: https://github.com/apache/superset/pull/32891#discussion_r2023244965
########## docs/docs/installation/pypi.mdx: ########## @@ -22,6 +22,13 @@ level dependencies. **Debian and Ubuntu** +Ubuntu **24.04** uses python 3.12 per default, which currently is not supported by superset. You need to add a second python installation of 3.11 and install the required additional dependencies. +```bash +sudo add-apt-repository ppa:deadsnakes/ppa Review Comment: I was unfamiliar with this repo so looked it up and found it to be credible: https://askubuntu.com/questions/1398568/installing-python-who-is-deadsnakes-and-why-should-i-trust-them -- 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]
