I am running into this error with python 3.10 or 3.12 after "pip3 install -U tree-of-thoughts" . Any thoughts?
Coverage.py fails when the last line on the source file does not end in a LF. This is a known exec() wart. Lines with just spaces in the last line do trigger this ...