Hi,
I wounder how I could manage to install the Rhino module for python (external package)? I have tried to look up info from:
and:
https://community.safe.com/s/question/0D54Q000080haVOSAY/how-to-install-external-python-packages.
What I seem to manage to do is to install the module with the following command:
fme.exe python -m pip install rhino --target C:\\Users\\*\\*\\Documents\\FME\\Plugins\\Python\\python37
The module seem to be installed at the directory, but when I try to import it (import Rhino) using python caller I get the error msg:
|Python Exception <ModuleNotFoundError>: No module named 'Rhino'.
The Rhino module is a non-universal package and I have tried to verify python interpreter to both 3.7+ and 3.9+ when running pyhton caller. I am using FME v2022.1.2.0 64-bit.
When I used to command line it prints;
"INFORM: Using python interpreter **\\python39.dll".
"INFORM: Python version 3.9 loaded successfully".
Successfully installed rhino-0.0.5.
If I should download and use a seperate Pyhton interpreter, what interpreter version would you suggest?
Thanks alot!