MultiQC / MegaQC

Web application to collect and visualise data across multiple MultiQC runs.
http://megaqc.info/
GNU General Public License v3.0
94 stars 28 forks source link

python 3.12 not supported because imp is deprecated #483

Open fgvieira opened 9 months ago

fgvieira commented 9 months ago

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.