Issue using Rhinoscriptsyntax with Hops and Python3 components

Hi Everyone,

I’m using Hops 0.16.6 with Rhino 8 and when I create a simple GH definition using a Python3 script importing rhinoscriptsyntax and placing a point, the hops component won’t run and the error seems to be importing rhinoscriptsyntax. In the Hops GH definition, the python code outputs the point, so I am not sure why this isn’t working.

Is there a way to import Rhinoscriptsyntax when using a Python3 script component?

Any help would be greatly appreciated.