Hello,
I've been struggling to get vray and arnold to work together in the same houdini build within solaris. I've tried many package configurations as well as .env ones but I do still errors.
Looking around it seems to be a python compatibility issue regarding arnold, vray and houdini. But I've tried explicitly setting vray to the same python version as houdini, arnold and
still got that error (I might be doing that wrongly though).
errors I am getting in houdini versions 19, 19.5
ModuleNotFoundError: No module named 'vfh_py'
full log:
Somehow it does seem like its not finding the QT plugins (seen this on houdini 19.5...) although in the vray.json file I do see a line mentioning:
{ "VRAY_FOR_HOUDINI_APPSDK_BIN" : "${VRAY_APPSDK}/bin" },
{ "QT_PLUGIN_PATH" : "${HFS}/bin/Qt_plugins" },
{ "QT_QPA_PLATFORM_PLUGIN_PATH" : "${HFS}/bin/Qt_plugins/platforms" },
I did try installing Houdini 19.0.720 with both python 2 and python 3 and their equivalent arnold version and setting vray PYTHONPATH to point to the right
python folder but still got those errors, I also tried all of the above but with houdini 19.5.435, 19.5.605 and 19.5.716 and the arnold & vray versions for those but still get
the same errors...
I noticed that the default vray_for_houdini.json gets copied onto the sideeffectssoftware -> houdiniversion -> packages rather than in user/documents/houdiniversion/packages I am guessing
its the same as long as the path to look for package dirs is correct? I ve been changing the first one.
if I uninstall arnold then vray works fine without changing anything and the same if I uninstall vray, arnold works, but we do need to use both on the same build ideally.
Let me know if you have any thoughts as currently we cannot use vray and arnold together with solaris. (OS is windows 10 btw)
Thanks.
Comment