Does anyone has any solution for it. I have setup env file as mentioned in Redshift installation guides.
HOUDINI_DSO_ERROR = 2
PATH = “C

HOUDINI_PATH = “C

I am using Houdini 17.5.229, Redshift 2.6.41, Windows 10 and GTX 1070 Ti
houdini.envbut mantra stopped working.
PATHsection from
houdini.envhelps. I haven't tested this well enough so this solution may cause problems
/Users/YOUR_USERNAME_HERE/Library/Preferences/houdini/HOUDINI_VERSION/packages/redshift.jsonfile and put the next content to it:
{
"env": [
{ "RS_PLUGIN_VERSION": "20.5.370_arm64" },
{ "REDSHIFT_COREDATAPATH": "/Applications/redshift" },
{
"HOUDINI_PATH": "${REDSHIFT_COREDATAPATH}/redshift4houdini/${RS_PLUGIN_VERSION}"
},
{ "PATH": "${REDSHIFT_COREDATAPATH}/bin" },
{
"PXR_PLUGINPATH_NAME": "${REDSHIFT_COREDATAPATH}/redshift4solaris/${RS_PLUGIN_VERSION}"
}
]
}
RS_PLUGIN_VERSIONto correct one.