Just started seeing this error on my system when i build grape: ``` Cannot import 'grape' due to syntax error 'invalid syntax (<unknown>, line 26)' (syntax-error) ``` Not sure why it just started showing up but it is trivially fixable by adding `encoding='utf-8'` to the `open(..)` statements.
Just started seeing this error on my system when i build grape:
Not sure why it just started showing up but it is trivially fixable by adding
encoding='utf-8'to theopen(..)statements.