I’ve been working on a program in Rhino which requires the sklearn module which you can import for python applications.
However, IronPython is not compatible with this module. I was wondering if there is a way to bypass IronPython and use my local version of Python instead of the one inbuilt to Rhino.
I understand there might not be a solution to this issue.
You can’t replace the python engine inside of Rhino with another implementation. The two are incompatible. You can always treat your installed python like another application and have your script in Rhino execute python as a child process.