I have installed python :
Then my pip list are :
I have installed white library and try to execute a script with 1 line with Launch Application keyword.
Code:
But when I try to execute the script I'm getting "No keyword with name 'Launch Application' found." error message.
What can I do for this?
Any suggestion.
WhiteLibrary is using
getargspec
frominspect
module which is no longer present in Python 3.11. As solution you could downgrade python version to 3.10.