This is still an issue with Houdini 20.5.584 using V-Ray 7.00.10. I have read other threads and there has not been a valid solution posted.
I have followed different suggestions from using the installer to using the zip file and pointing the json to the correct install folder for V-Ray for Houdini.
When Houdini starts up, I get errors. When I try to open V-Ray settings, I get an error message and when I go to the about V-Ray is says that python 3.10 is not installed. Well, I have python 3.11. I had 3.10 until I started having these issues. Please see the images for the messages I am getting. All of the files are where they are supposed to be.
Here is the traceback I get when I try to use a V-Ray tool:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.584\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature .py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files/Chaos Group/V-Ray/vray_adv_62025_houdini20.0_53dfc23_22955/vfh_home/scripts/python\vfh\vfh_toolbar.py", line 22, in <module>
from vfh import vfh_cosmos_downloader
File "C:\Program Files\Side Effects Software\Houdini 20.5.584\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature .py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files/Chaos Group/V-Ray/vray_adv_62025_houdini20.0_53dfc23_22955/vfh_home/scripts/python\vfh\vfh_cosmos_downloader.py", line 15, in <module>
import vfh_py
File "C:\Program Files\Side Effects Software\Houdini 20.5.584\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature .py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'vfh_py'​​
I have followed different suggestions from using the installer to using the zip file and pointing the json to the correct install folder for V-Ray for Houdini.
When Houdini starts up, I get errors. When I try to open V-Ray settings, I get an error message and when I go to the about V-Ray is says that python 3.10 is not installed. Well, I have python 3.11. I had 3.10 until I started having these issues. Please see the images for the messages I am getting. All of the files are where they are supposed to be.
Here is the traceback I get when I try to use a V-Ray tool:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Program Files\Side Effects Software\Houdini 20.5.584\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature .py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files/Chaos Group/V-Ray/vray_adv_62025_houdini20.0_53dfc23_22955/vfh_home/scripts/python\vfh\vfh_toolbar.py", line 22, in <module>
from vfh import vfh_cosmos_downloader
File "C:\Program Files\Side Effects Software\Houdini 20.5.584\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature .py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files/Chaos Group/V-Ray/vray_adv_62025_houdini20.0_53dfc23_22955/vfh_home/scripts/python\vfh\vfh_cosmos_downloader.py", line 15, in <module>
import vfh_py
File "C:\Program Files\Side Effects Software\Houdini 20.5.584\python311\lib\site-packages-forced\shiboken2\files.dir\shibokensupport\feature .py", line 139, in _import
return original_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'vfh_py'​​
Comment