epi2me-labs / pychopper

cDNA read preprocessing
Other
61 stars 9 forks source link

`import imp` has been removed from Python 3.12 #66

Closed a-detiste closed 3 months ago

a-detiste commented 3 months ago

On Debian we have python3-zombie-imp, but that's not a long-term solution.

zombie-imp

. A particularly mischevious act of necromancy. That is, A copy of the imp module that was removed in Python 3.12. . Don't use this, it'll probably trick and bite you.

cjw85 commented 3 months ago

As far as I can see, imp is used only in the scripts for creating docs, and not the pychopper package itself.