You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest unittest2pytest can't run on Python 3.12 due to missing lib2to3 dep:
$ unittest2pytest
Traceback (most recent call last):
File "/home/giampaolo/.local/bin/unittest2pytest", line 5, in <module>
from unittest2pytest.__main__ import main
File "/home/giampaolo/.local/lib/python3.12/site-packages/unittest2pytest/__main__.py", line 25, in <module>
import lib2to3.main
ModuleNotFoundError: No module named 'lib2to3'