The llvm-21-tools package ships a test file that contains non-UTF-8 characters without an encoding declaration, causing package installation to fail with Python 3.14. This occurs during package ...
If my Python file has an encoding declaration like "coding: utf-8" and I hit Ctrl+, S then I get SyntaxError: encoding declaration in Unicode string. You should either parse that encoding declaration ...