Getting "No keyword with name 'Launch Application' found." while trying to execute whitelibrary code in robot framework

92 views Asked by At

I have installed python :

enter image description here

Then my pip list are :

enter image description here

I have installed white library and try to execute a script with 1 line with Launch Application keyword.

Code:

enter image description here

But when I try to execute the script I'm getting "No keyword with name 'Launch Application' found." error message.

In terminal I'm getting this: enter image description here

What can I do for this?

Any suggestion.

1

There are 1 answers

1
JaPyR On BEST ANSWER

WhiteLibrary is using getargspec from inspect module which is no longer present in Python 3.11. As solution you could downgrade python version to 3.10.