Hello
I have a problem when trying to run a python script that works well with the native environment of the computer but when I try to run it with OpenRPA it gives me the error in the image.
This happens due to pip install activity. When you run pip install activity it install latest version the packages of python. I will suggest to use pip install using specific version of library as a best practices
To fix this add pip install activity {“urllib3”==1.26.15}
Using version 1.26.7 it worked without problems with OpenRPA