ansiwrap icon indicating copy to clipboard operation
ansiwrap copied to clipboard

Fix Python 3.12 compatibility

Open musicinmybrain opened this issue 1 year ago • 4 comments

This method of replacing the deprecated-and-removed imp with importlib seems OK.

musicinmybrain avatar Jun 29 '23 20:06 musicinmybrain

Builds on and includes https://github.com/jonathaneunice/ansiwrap/pull/19.

musicinmybrain avatar Jun 29 '23 20:06 musicinmybrain

@jonathaneunice may we merge this PR?

medb avatar Mar 20 '24 00:03 medb

The corresponding feedstock in conda-forge has a proposed workaround for Python versions<3.12 (https://github.com/conda-forge/ansiwrap-feedstock/pull/3) and there is a corresponding patch in the metadata preventing installing the package for Python 3.12. The release of this fix will solve the issue.

mrakitin avatar Apr 29 '24 23:04 mrakitin

@jonathaneunice are you still maintaining this package?

jaketesler avatar Aug 07 '24 17:08 jaketesler

Anything preventing this PR from being merged? I am using python 3.12 and am getting ModuleNotFoundError: No module named 'imp'

hakonhagland avatar Sep 26 '24 19:09 hakonhagland