Numpy and scipy in Rhinopython

Hi @Lara_Zamboni,

Rhino’s Python is currently based on IronPython (.NET), not CPython (“C”). Thus, it cannot use NumPy or SciPy directly.

That said, some scripters have had success using Hops to call CPython libraries including Numpy and SciPy

Hope this helps.

– Dale