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
Describe the bug
python 3.12 is not supported.
python 3.12
To Reproduce
Steps to reproduce the behavior:
initdb
[...] import imp ModuleNotFoundError: No module named 'imp'
and, according to this post, imp has be deprecated. Indeed, all works fine if I install using python 3.11.
imp
python 3.11
Expected behavior
A initialized DB.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
python 3.12
is not supported.To Reproduce
Steps to reproduce the behavior:
initdb
and, according to this post,
imp
has be deprecated. Indeed, all works fine if I install usingpython 3.11
.Expected behavior
A initialized DB.
The text was updated successfully, but these errors were encountered: