It's been a while now that I get the errors below when I launch Houdini. Today I uninstalled 3 older versions that I had on my windows machine and installed the latest version 21.0.729 but I still get the errors.
I would imagine a fresh install removes any previously installed packages, dependencies and I assume Houdini's Python environment shouldn't conflict with other python environments that I may have installed on my computer.
Do I need to also uninstall all sideFX apps (license server, launcher etc) for a clean install? Is there anything else I am missing?
Thank you
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.4.3 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
If you are a user of the module, the easiest solution will be to
downgrade to 'numpy<2' or try to upgrade the affected module.
We expect that some modules will need time to support NumPy 2.
Traceback (most recent call last): File "<string>", line 9, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\hou.py", line 116977, in <module>
__finishImport()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\hou.py", line 116671, in __finishImport
import houpythonportion.qt
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\houpythonportion\qt\__init__.py", line 9, in <module>
from hutil.PySide import QtCore
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/houdini/python3.11libs\hutil\PySide\__init__.py", line 12, in <module>
import PySide6 as _internal_pyside
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/python311/lib/site-packages-forced\PySide6\__init__.py", line 135, in <module>
_setupQtDirectories()
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/python311/lib/site-packages-forced\PySide6\__init__.py", line 75, in _setupQtDirectories
from shiboken6 import Shiboken
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.729/python311/lib/site-packages-forced\shiboken6\__init__.py", line 27, in <module>
from shiboken6.Shiboken import *
