Houdini 16.5 error

Error: GetConfigEntry: Attempted to access non-existent config key Houdini16_5_Hython_Executable (Deadline.Plugins.RenderPluginException)
在 Deadline.Plugins.DeadlinePlugin.GetConfigEntry(String key)
在 Python.Runtime.Dispatcher.TrueDispatch(ArrayList args)
在 Python.Runtime.Dispatcher.Dispatch(ArrayList args)
在 FranticX.Processes.ManagedProcess.RenderExecutable()
在 FranticX.Processes.ManagedProcess.Execute(Boolean waitForExit)
在 Deadline.Plugins.PluginWrapper.RenderTasks(String taskId, Int32 startFrame, Int32 endFrame, String& outMessage, AbortLevel& abortLevel)

when i render by the plugin i`ve got this error ,what should i do ?
i set the houdini16.5 path in moniter ,i use deadline 10.0.6 ,is my version too low?

Check out this thread from 21 days ago:

D10 changed their dictionary lookup for the Houdini version, from “16” to “16.0” and “16.5”, i.e. if you have code somewhere that’s submitting with the ‘version’ entry in the submission config file and it was set to ‘16’ it now has to be upgraded to be ‘16.0’ else you’ll get that non-existent config key error.