I have recently updated my Rhino 7 with Rhino 8 and my current project in Grasshopper no longer seems to work. Specifically with this part:
import ghpythonremote
The error is:
Runtime error (ImportException): No module named ghpythonremote
Traceback:
line 9, in script
This python code is a GHPythonRemote Component that allowed me to import a psycopg2 module to my project.
Should I update some module, or do this differently now that I have Rhino 8?