things-cli icon indicating copy to clipboard operation
things-cli copied to clipboard

Will no longer install with Python 3.12

Open chadleap opened this issue 2 years ago • 2 comments

This package will no longer install due to the imp module being deprecated from Python 3.12

ModuleNotFoundError: No module named 'imp'

chadleap avatar Jan 17 '24 19:01 chadleap

Thanks, indeed: https://github.com/ronaldoussoren/py2app/issues/496

AlexanderWillner avatar Jan 20 '24 00:01 AlexanderWillner

fyi: I manually removed the deprecated dependency locally (waiting for an upstream fix though) and it seems the installations works fine and the library seems to work with Python 3.12 (based on the unit tests).

AlexanderWillner avatar Jan 21 '24 21:01 AlexanderWillner