version 4.0 need rdmc_helper? Where can I get it? I got folloing ModuleNotFoundError exception.
File "C:\Users\user\OneDrive\Documents\gen11\node_status.py", line 4, in
from redfish.ris import gen_compat
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris__init__.py", line 32, in
from .rmc import RmcApp
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris\rmc.py", line 39, in
from redfish.ris.resp_handler import ResponseHandler
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris\resp_handler.py", line 22, in
from rdmc_helper import IloLicenseError, ScepenabledError
ModuleNotFoundError: No module named 'rdmc_helper'
version 4.0 need rdmc_helper? Where can I get it? I got folloing ModuleNotFoundError exception.
File "C:\Users\user\OneDrive\Documents\gen11\node_status.py", line 4, in
from redfish.ris import gen_compat
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris__init__.py", line 32, in
from .rmc import RmcApp
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris\rmc.py", line 39, in
from redfish.ris.resp_handler import ResponseHandler
File "C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\redfish\ris\resp_handler.py", line 22, in
from rdmc_helper import IloLicenseError, ScepenabledError
ModuleNotFoundError: No module named 'rdmc_helper'