Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When trying to install Superset on python3.12 I get the error: #27585

Closed
Teesmo opened this issue Mar 20, 2024 · 1 comment
Closed

When trying to install Superset on python3.12 I get the error: #27585

Teesmo opened this issue Mar 20, 2024 · 1 comment

Comments

@Teesmo
Copy link

Teesmo commented Mar 20, 2024

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:
numpy/numpy#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 #25963

@michael-s-molina
Copy link
Member

Hi @Teesmo. Python 12 is not supported yet as you can see here. Eventually, we'll support it and have a compatible Numpy version 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants