We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there,
I'm trying to use the latest ilorest version which is installed by using pip on macOS.
(my-env) ⋊> ~/g/... on main ⨯ which python3 12:22:25 /Users/willifehler/git/.../bin/python3
(my-env) ⋊> ~/g/... on main ⨯ python3 --version 12:23:16 Python 3.12.4
(my-env) ⋊> ~/g/... on main ⨯ ilorest --help 12:22:15 Traceback (most recent call last): File "/Users/willifehler/git/.../bin/ilorest", line 8, in <module> sys.exit(ilorestcommand()) ^^^^^^^^^^^^^^^^ File "/Users/willifehler/git/.../lib/python3.12/site-packages/ilorest/rdmc.py", line 1174, in ilorestcommand RDMC = RdmcCommand( ^^^^^^^^^^^^ File "/Users/willifehler/git/.../lib/python3.12/site-packages/ilorest/rdmc.py", line 228, in __init__ self.app = redfish.ris.RmcApp(showwarnings=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: RmcApp.__init__() got an unexpected keyword argument 'showwarnings'
Has anyone seen this error?
Cheers - Willi
The text was updated successfully, but these errors were encountered:
Please recheck with ilorest 5.3 release on Pypi
Sorry, something went wrong.
@willifehler , Any update?
No branches or pull requests
Hey there,
I'm trying to use the latest ilorest version which is installed by using pip on macOS.
Has anyone seen this error?
Cheers - Willi
The text was updated successfully, but these errors were encountered: