I am working on getting my deadline setup working with houdini 19.5 and have hit a few roadblocks.
I started from scratch so upgraded the repo to 10.1.23.6.
I uninstalled the Client and reinstalled with the new 10.1.23.6 installer.
Reinstalled the houdini submitter from the repo.
edited the mainmenucommon.xml to point to the submitter locally
edited the houdini.param and houdiinisubmission.py to add 19.5
edited the houdini.env to point to the local install of the submitter
When I drop the deadline ROP in /out I get this error
Traceback (most recent call last):
File "Driver/deadline, opdef:/Driver/deadline?PreFirstCreate", line 13, in <module>
File "C:\PROGRA~1/SIDEEF~1/HOUDIN~1.303/packages/python3.9libs\CallDeadlineCommand.py", line 46, in CallDeadlineCommand
proc = subprocess.Popen(arguments, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, startupinfo=startupinfo, creationflags=creationflags)
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.303\python39\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.303\python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
and then send the rest to the console and get 30+ more like this
Traceback (most recent call last):
File "/out/deadline1/dl_pool", line 4, in expression
File "C:\PROGRA~1\SIDEEF~1\HOUDIN~1.303\python39\lib\json\__init__.py", line 339, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType
out of my depth and out of ideas after reading through a lot of forums/discords.
It seems like others have got this up no problem so I imagine I have something very simple to cahnge and it will just click and work. Any help is appreciated.