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

python 3.12 not supported because imp is deprecated #483

Open
fgvieira opened this issue Nov 28, 2023 · 0 comments
Open

python 3.12 not supported because imp is deprecated #483

fgvieira opened this issue Nov 28, 2023 · 0 comments
Labels

Comments

@fgvieira
Copy link

Describe the bug

python 3.12 is not supported.

To Reproduce

Steps to reproduce the behavior:

  1. Run megaqc with command: initdb
  2. See error
[...]
    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.

Expected behavior

A initialized DB.

@fgvieira fgvieira added the bug label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant