Adam Ferestad Posted May 11, 2016 Share Posted May 11, 2016 I have been writing some code for a digital asset for the last week or so, and I am just about done with it. The the biggest problem I am looking at now is that the final step needs SciPy to finish efficiently and it is already using Numpy. I know that if I uses these libraries, I will have to have them installed on any system that I run the node on, which is not good for distribution. Is there any convention to deal with this already in place? I know that I should be able to compile the code and it should be able to run independently of any software or libraries installed on a system, but I have never done this for Python code in general, let alone for Houdini in particular. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.