-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't make this work in H19, Py3.7 #3
Comments
Hello, I'm currently very busy with other work but I'll take a look into this later. I am considering revamping the entire plugin to work with later versions of Houdini, as a lot of the current pipeline is obsolete. Unfortunately, this will take quite a bit of time. |
Thank you so much! |
Also, let me know if I can be of help. |
Hi, I installed Tensorflow 1.15 because 1.12 was unavailable:
(On a laptop with piggybacked RTX, so trying TF CPU first.) I can get the demo_py3 file to open by saving a version pre-tensorflow install with no python in the python node, then pasting it in. The error I get is:
Any ideas? |
Hi - progress update: I can get the demo_py3 file to run with no errors in its python node. I was getting this error: Stackexchange here https://stackoverflow.com/questions/58479556/notimplementederror-cannot-convert-a-symbolic-tensor-2nd-target0-to-a-numpy Indicated it was numpy that was breaking it, so I downgraded numpy:
The results when rendered are very voxelly and jittery, but no errors (Hurrah!). I can plug a new pyro sim into it and it works - however, when I try to follow the setup instructions on a brand-new scene I get stuck. The error I'm getting is:
This is progress regardless. Thank you for putting this together :-) (The result is the same if I don't have /python.exe explicitly defined) |
Hey there, |
Thank you. It'd be great this would work without a huge overhaul to 2.0 etc. ['os', 'datetime', 'skimage', 'sys', 'hou', 'glob', 'numpy', 'json', 'matplotlib', 's skimage 0.19.2 Happy to help if I can. |
I have to get on with other things, but it seems to be an issue with hou.session, pOpen and stdin/out not being able to send/receive. I started swapping out stdins for process.communicate (as a stab in the dark) but need to stop now. |
I've dug this up again as I'm still keen to try it out. I'm having the same issue as before:
I'm convinced it's to do with subprocess not talking to Houdini properly, but not good enough at python to work out if this is true. |
Can you please let us know if we can make this work in H19 py3.6? We can't install the tensorflow version you reccomended in the webpage with 3.7. The HDA crashes immediately when we try with with the latest tensor flow. Thank you.
The text was updated successfully, but these errors were encountered: