Comment 0 for bug 2054133

Revision history for this message
Dominik Viererbe (dviererbe) wrote : Rebuild with Python 3.12 failed because imp was removed.

The rebuild with Python 3.12 as default failed. This is caused by the missing library imp in Python 3.12.

The Python library imp is marked as deprecated since Python 3.4 and was removed in Python 3.12. The documentation recommends replacing it with importlib. See: https://docs.python.org/3.11/library/imp.html