It’s finally come so far – we’re accepting that we can’t (or rather don’t want to) write every complex algorithm out there ourselves in VEX. Enter Python. Not necessarily because Mo loves Python so much, but because there is a wealth of highly interesting libraries out there which enable us to do elaborate Geometry processing easier than purely relying on VEX.
However in order to use these libraries, we’ll have to get them installed first. Which is mostly straightforward. Mostly…
On M1 Macs, Python 3.7 can’t be installed as it is not available for M1, but here’s a link on how to get it installed utilizing Rosetta 2. https://diewland.medium.com/how-to-install-python-3-7-on-macbook-m1-87c5b0fcb3b5
I could not get this to work on mac and reached out to Side FX support and they said Houdini ships with Python installed. I thought that wasn’t the same thing. Is that true now?
hython.exe -m pip install scipy