We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: AttributeError: module 'pkgutil' has no attribute 'ImpImporter'.
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
The text was updated successfully, but these errors were encountered:
Hi @Teesmo. Python 12 is not supported yet as you can see here. Eventually, we'll support it and have a compatible Numpy version 😉
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: