Teesmo opened a new issue, #27585: URL: https://github.com/apache/superset/issues/27585
When trying to install Superset on python3.12 I get the error: `AttributeError: module 'pkgutil' has no attribute 'ImpImporter'.` I believe this can be traced back to Numpy version < 1.26.0: https://github.com/numpy/numpy/issues/23808 Currently apache-superset is pinned to 1.23.5 while the Numpy v1.26.0 was released this past September. Is it possible to bump numpy? _Originally posted by @ddxv in https://github.com/apache/superset/discussions/25963_ -- 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]
