I am not able to use c Library in Robot Framework

I’m trying to automate an SAP system using RoboSAPiens, but I’m encountering an error:
initialization library ‘RoboSAPiens’ with no arguments failed: NotImplementedError

In PyCharm, the keyword shows up as ‘Open SAP’. My SAP uses SSO login on a VM machine.

Can anyone help?

Try to see some logs of the failure.
You can try to run Python interactive and import name_of_suspected_failing_library.

1 Like

Thanks for Quick Reply , issue gets resolved i was using the old Python version. Updated with Required Version.