Syntax error in default toolkit?

Has anyone seen a sytanx error in shotgrid toolkit when trying to boot up the shotgrid adobe panel? Not sure why, but suddenly toolkit across all our projects seems to be saying we have a syntax error in toolkit, which hasn’t been edited.

File “Pipeline\install\app_store\tk-framework-adobe\v1.1.9\pkgs.zip\urllib3_init_.py”, line 36
f"the ‘ssl’ module is compiled with {ssl.OPENSSL_VERSION!r}. "
^
SyntaxError: invalid syntax

I think this is due to toolkit running python 2, but the projects being on python 3, as an F string is a python 3 syntax

1 Like

Likely, you should definitely make it a priority to move away from Python 2 as its going to be less and less supported going forward.