We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
Hi. We are also blocked on this, related to the very strict version pinning on NumPy. Maybe it could be relaxed just a bit?
NumPy 1.26 is available for Python 3.12, so maybe upgrading to that version from NumPy 1.23 might be feasible, because it's not too different?
-- crate/cratedb-examples#336 (comment)
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: