Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

ScriptEditor egg-link Python3

$
0
0

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 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles