ScriptEditor egg-link Python3

Hi,

Rhino Script Editor allows to embed egg-link using command:
C:/Users/petrasv/.rhinocode/py39-rh8/python.exe -m pip install -e .

This works for python only packages since it links directly to the source code but not compiled package. However, if the package contains compiled .pyd files (typically for Windows platforms) which are binary extensions, this approach might not work seamlessly because the .pyd files are not directly linked in the same way as the Python source code.

@eirannejad Is there any workaround to this?

1 Like