DataDriver library methode _stats_suite failed : TypeError: 'encoding' is an invalid keyword argument for this function DataDriver library methode _stats_suite failed : TypeError: 'encoding' is an invalid keyword argument for this function docker docker

DataDriver library methode _stats_suite failed : TypeError: 'encoding' is an invalid keyword argument for this function


Made a mistake trying to match the library version I had on my own pc to the version installed on the image. Should have done it.Removing the version specification in my pip installation fixed the issues.


Have you tried changing the encoding parameter when importing the library?

*** Settings ***    Library    DataDriver    ...    encoding=cp1252

Don't know which one is correct, but the below link has a link to other options.

The example is from here.