What is the current state of using numpy in Rhino Python?

Hello,

Is there any supported solutions for using numpy in Rhino V7 Python? There are various old posts and no official McNeel solutions.

Side question, is this easier in Version 8?

Thanks for the update,
Henry

You’ll have to roll with those.

Yes, since Rhino 8 has CPython embedded in the form of Python, and you can specify with # r: numpy at the begin of your script as dependency it is way easier.

This is the official solution.

Thank you for the quick answer Nathan.

I will start the ball rolling on getting the upgrade tomorrow. I just can’t deploy a solution to a customer with all the unofficial work arounds. Plus I get to use the cool new features :slight_smile:

Henry