myint / scspell

Spell checker for source code
https://pypi.python.org/pypi/scspell3k
GNU General Public License v2.0
90 stars 20 forks source link

lib2to3 not found following upgrade to python-3.12 #48

Open pjmcdermott opened 1 week ago

pjmcdermott commented 1 week ago

I have upgraded to Ubuntu 24.04.1 LTS which now includes python-3.12.3 as default. scspell3k is no longer working because lib2to3 is not available. pip install lib2to3 cannot find anything to install, I presume because it is deprecated in this version of python.

Culprit is _util.py line 73.

johnsonjh commented 1 week ago

Same situation with Fedora 41